#5EA229

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

Shades of Limeade #5EA229

Tints of Limeade #5EA229

Color information

#5EA229 (or 0x5EA229) is unknown color: approx Limeade. HEX triplet: 5E, A2 and 29. RGB value is (94,162,41). Sum of RGB (Red+Green+Blue) = 94+162+41=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA229 is #A15DD6. Grayscale: #808080. Windows color (decimal): -10575319 or 2728542. OLE color: 2728542.

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

Color convert

RGB9416241-
CMYK0.4200.750.36
HSL93.72º59.61%39.8%-
HSV(B)93.72º74.69%63.53%-
XYZ17.9428.386.63-
YUV127.8778.97103.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=31.65%
G=54.55%
B=13.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162410.4200.750.3693.7259.6139.8
Hex5EA2292A04B245e3c28
Octal13624251520113441367450
Binary101111010100010101001101010010010111001001011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,162,41); }

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

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

 a { background-color: rgb(94,162,41); }

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

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

 span { border-color: rgb(94,162,41); }

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