Html Css Color HEX #5EAA32 Limeade

📋 copy color: '#5EAA32'

red 94 ◦ green 170 ◦ blue 50

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

Shades of Limeade #5EAA32

Tints of Limeade #5EAA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 29.94%
G = 54.14%
B = 15.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#5EAA32 (or 0x5EAA32) is known color: Limeade. HEX triplet: 5E, AA and 32. RGB value is (94,170,50). Sum of RGB (Red+Green+Blue) = 94+170+50=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA32 is #A155CD. Grayscale: #868686. Windows color (decimal): -10573262 or 3320414. OLE color: 3320414.

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

Color convert

RGB 94 170 50 -
CMYK 0.45 0 0.71 0.33
HSL 98º 0.55% 0.43% -
HSV(B) 98º 0.71% 0.67% -
XYZ 19.57 31.36 8.04 -
YUV 133.6 80.82 99.76 -
System Red Green Blue C M Y K H S L
Decimal 94 170 50 0.45 0 0.71 0.33 98 0.55 0.43
Hex 5E AA 32 2D 0 47 21 62 37 2B
Octal 136 252 62 55 0 107 41 142 67 53
Binary 1011110 10101010 110010 101101 0 1000111 100001 1100010 110111 101011

Color Harmonies of #5EAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA32

Black with #5EAA32

Text Example


Text Example

White with #5EAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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