Html Css Color HEX #5EA032 Limeade

📋 copy color: '#5EA032'

red 94 ◦ green 160 ◦ blue 50

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

Shades of Limeade #5EA032

Tints of Limeade #5EA032

RGB

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

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

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

R = 30.92%
G = 52.63%
B = 16.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#5EA032 (or 0x5EA032) is known color: Limeade. HEX triplet: 5E, A0 and 32. RGB value is (94,160,50). Sum of RGB (Red+Green+Blue) = 94+160+50=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA032 is #A15FCD. Grayscale: #808080. Windows color (decimal): -10575822 or 3317854. OLE color: 3317854.

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

Color convert

RGB 94 160 50 -
CMYK 0.41 0 0.69 0.37
HSL 96º 0.52% 0.41% -
HSV(B) 96º 0.69% 0.63% -
XYZ 17.76 27.75 7.44 -
YUV 127.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 94 160 50 0.41 0 0.69 0.37 96 0.52 0.41
Hex 5E A0 32 29 0 45 25 60 34 29
Octal 136 240 62 51 0 105 45 140 64 51
Binary 1011110 10100000 110010 101001 0 1000101 100101 1100000 110100 101001

Color Harmonies of #5EA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA032

Black with #5EA032

Text Example


Text Example

White with #5EA032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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