#5EAC28

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

Shades of Limeade #5EAC28

Tints of Limeade #5EAC28

Color information

#5EAC28 (or 0x5EAC28) is unknown color: approx Limeade. HEX triplet: 5E, AC and 28. RGB value is (94,172,40). Sum of RGB (Red+Green+Blue) = 94+172+40=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC28 is #A153D7. Grayscale: #868686. Windows color (decimal): -10572760 or 2665566. OLE color: 2665566.

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

Color convert

RGB9417240-
CMYK0.4500.770.33
HSL95.45º62.26%41.57%-
HSV(B)95.45º76.74%67.45%-
XYZ19.7532.047.15-
YUV133.6375.1699.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.72%
GREEN value IS 172 (67.58% from 255) = 56.21%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=30.72%
G=56.21%
B=13.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94172400.4500.770.3395.4562.2641.57
Hex5EAC282D04D215f3e2a
Octal13625450550115411377652
Binary101111010101100101000101101010011011000011011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,40); }

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

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

 a { background-color: rgb(94,172,40); }

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

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

 span { border-color: rgb(94,172,40); }

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