#5EA42F

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

Shades of Limeade #5EA42F

Tints of Limeade #5EA42F

Color information

#5EA42F (or 0x5EA42F) is unknown color: approx Limeade. HEX triplet: 5E, A4 and 2F. RGB value is (94,164,47). Sum of RGB (Red+Green+Blue) = 94+164+47=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA42F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA42F is #A15BD0. Grayscale: #828282. Windows color (decimal): -10574801 or 3122270. OLE color: 3122270.

HSL color Cylindrical-coordinate representation of color #5EA42F: hue angle of 95.9º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EA42F is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB9416447-
CMYK0.4300.710.36
HSL95.9º55.45%41.37%-
HSV(B)95.9º71.34%64.31%-
XYZ18.429.147.34-
YUV129.7381.31102.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.82%
GREEN value IS 164 (64.45% from 255) = 53.77%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=30.82%
G=53.77%
B=15.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94164470.4300.710.3695.955.4541.37
Hex5EA42F2B04724603729
Octal13624457530107441406751
Binary101111010100100101111101011010001111001001100000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,164,47); }

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

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

 a { background-color: rgb(94,164,47); }

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

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

 span { border-color: rgb(94,164,47); }

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