Html Css Color HEX #5EA010 Limeade

📋 copy color: '#5EA010'

red 94 ◦ green 160 ◦ blue 16

#5EA010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #5EA010

Tints of Limeade #5EA010

RGB

 RED value IS 94 (37.11% from 255) = 34.81%

 GREEN value IS 160 (62.89% from 255) = 59.26%

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 34.81%
G = 59.26%
B = 5.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#5EA010 (or 0x5EA010) is known color: Limeade. HEX triplet: 5E, A0 and 10. RGB value is (94,160,16). Sum of RGB (Red+Green+Blue) = 94+160+16=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA010 is #A15FEF. Grayscale: #7C7C7C. Windows color (decimal): -10575856 or 1089630. OLE color: 1089630.

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

Color convert

RGB 94 160 16 -
CMYK 0.41 0 0.9 0.37
HSL 87.5º 0.82% 0.35% -
HSV(B) 87.5º 0.9% 0.63% -
XYZ 17.28 27.56 4.9 -
YUV 123.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 94 160 16 0.41 0 0.9 0.37 87.5 0.82 0.35
Hex 5E A0 10 29 0 5A 25 57 52 23
Octal 136 240 20 51 0 132 45 127 122 43
Binary 1011110 10100000 10000 101001 0 1011010 100101 1010111 1010010 100011

Color Harmonies of #5EA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA010

Black with #5EA010

Text Example


Text Example

White with #5EA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5EA010;
 }
 .AnyTagClassName
 {
   color: #5EA010;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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