#5EA01B

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

Shades of Limeade #5EA01B

Tints of Limeade #5EA01B

Color information

#5EA01B (or 0x5EA01B) is unknown color: approx Limeade. HEX triplet: 5E, A0 and 1B. RGB value is (94,160,27). Sum of RGB (Red+Green+Blue) = 94+160+27=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA01B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA01B is #A15FE4. Grayscale: #7D7D7D. Windows color (decimal): -10575845 or 1810526. OLE color: 1810526.

HSL color Cylindrical-coordinate representation of color #5EA01B: hue angle of 89.77º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5EA01B is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB9416027-
CMYK0.4100.830.37
HSL89.77º71.12%36.67%-
HSV(B)89.77º83.13%62.75%-
XYZ17.3827.65.45-
YUV125.172.63105.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.45%
GREEN value IS 160 (62.89% from 255) = 56.94%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=33.45%
G=56.94%
B=9.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94160270.4100.830.3789.7771.1236.67
Hex5EA01B29053255a4725
Octal136240335101234513210745
Binary101111010100000110111010010101001110010110110101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,160,27); }

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

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

 a { background-color: rgb(94,160,27); }

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

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

 span { border-color: rgb(94,160,27); }

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