#5DAB2B

Color #5DAB2B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5DAB2B

Tints of Limeade #5DAB2B

Color information

#5DAB2B (or 0x5DAB2B) is unknown color: approx Limeade. HEX triplet: 5D, AB and 2B. RGB value is (93,171,43). Sum of RGB (Red+Green+Blue) = 93+171+43=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB2B is #A254D4. Grayscale: #858585. Windows color (decimal): -10638549 or 2861917. OLE color: 2861917.

HSL color Cylindrical-coordinate representation of color #5DAB2B: hue angle of 96.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DAB2B is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB9317143-
CMYK0.4600.750.33
HSL96.56º59.81%41.96%-
HSV(B)96.56º74.85%67.06%-
XYZ19.5131.637.36-
YUV133.0977.1699.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 30.29%
GREEN value IS 171 (67.19% from 255) = 55.70%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=30.29%
G=55.70%
B=14.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93171430.4600.750.3396.5659.8141.96
Hex5DAB2B2E04B21613c2a
Octal13525353560113411417452
Binary101110110101011101011101110010010111000011100001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DAB2B; }

 p { color: rgb(93,171,43); }

 H1.HeaderClassName
 {
   color: #5DAB2B;
 }
 .AnyTagClassName
 {
   color: #5DAB2B;
 }
</style>
background-color css

<style>
 a { background-color: #5DAB2B; }

 a { background-color: rgb(93,171,43); }

 div.DivClassName
 {
   background-color: #5DAB2B;
 }
 .BgClassName
 {
   background-color: #5DAB2B;
 }
</style>
border-color css

<style>
 span { border-color: #5DAB2B; }

 span { border-color: rgb(93,171,43); }

 td.TdClassName
 {
   border-color: #5DAB2B;
 }
 .TagClassName
 {
   border-color: #5DAB2B;
 }
</style>