Html Css Color HEX #5EAA2A Limeade

📋 copy color: '#5EAA2A'

red 94 ◦ green 170 ◦ blue 42

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

Shades of Limeade #5EAA2A

Tints of Limeade #5EAA2A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.56%

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 30.72%
G = 55.56%
B = 13.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#5EAA2A (or 0x5EAA2A) is known color: Limeade. HEX triplet: 5E, AA and 2A. RGB value is (94,170,42). Sum of RGB (Red+Green+Blue) = 94+170+42=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA2A is #A155D5. Grayscale: #858585. Windows color (decimal): -10573270 or 2796126. OLE color: 2796126.

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

Color convert

RGB 94 170 42 -
CMYK 0.45 0 0.75 0.33
HSL 95.63º 0.6% 0.42% -
HSV(B) 95.63º 0.75% 0.67% -
XYZ 19.41 31.3 7.21 -
YUV 132.68 76.82 100.41 -
System Red Green Blue C M Y K H S L
Decimal 94 170 42 0.45 0 0.75 0.33 95.63 0.6 0.42
Hex 5E AA 2A 2D 0 4B 21 60 3C 2A
Octal 136 252 52 55 0 113 41 140 74 52
Binary 1011110 10101010 101010 101101 0 1001011 100001 1100000 111100 101010

Color Harmonies of #5EAA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA2A

Black with #5EAA2A

Text Example


Text Example

White with #5EAA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,42); }

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

background-color css

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

 a { background-color: rgb(94,170,42); }

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

border-color css

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

 span { border-color: rgb(94,170,42); }

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