#5EA71F

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

Shades of Limeade #5EA71F

Tints of Limeade #5EA71F

Color information

#5EA71F (or 0x5EA71F) is unknown color: approx Limeade. HEX triplet: 5E, A7 and 1F. RGB value is (94,167,31). Sum of RGB (Red+Green+Blue) = 94+167+31=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA71F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA71F is #A158E0. Grayscale: #828282. Windows color (decimal): -10574049 or 2074462. OLE color: 2074462.

HSL color Cylindrical-coordinate representation of color #5EA71F: hue angle of 92.21º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5EA71F is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB9416731-
CMYK0.4400.810.35
HSL92.21º68.69%38.82%-
HSV(B)92.21º81.44%65.49%-
XYZ18.6830.126.12-
YUV129.6772.32102.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 167 (65.62% from 255) = 57.19%
BLUE value IS 31 (12.5% from 255) = 10.62%
R=32.19%
G=57.19%
B=10.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94167310.4400.810.3592.2168.6938.82
Hex5EA71F2C051235c4527
Octal136247375401214313410547
Binary101111010100111111111011000101000110001110111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,167,31); }

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

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

 a { background-color: rgb(94,167,31); }

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

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

 span { border-color: rgb(94,167,31); }

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