Html Css Color HEX #5E9520 Limeade

📋 copy color: '#5E9520'

red 94 ◦ green 149 ◦ blue 32

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

Shades of Limeade #5E9520

Tints of Limeade #5E9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 34.18%
G = 54.18%
B = 11.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#5E9520 (or 0x5E9520) is known color: Limeade. HEX triplet: 5E, 95 and 20. RGB value is (94,149,32). Sum of RGB (Red+Green+Blue) = 94+149+32=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9520 is #A16ADF. Grayscale: #777777. Windows color (decimal): -10578656 or 2135390. OLE color: 2135390.

HSL color Cylindrical-coordinate representation of color #5E9520: hue angle of 88.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E9520 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 32 -
CMYK 0.37 0 0.79 0.42
HSL 88.21º 0.65% 0.35% -
HSV(B) 88.21º 0.79% 0.58% -
XYZ 15.62 23.98 5.17 -
YUV 119.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 94 149 32 0.37 0 0.79 0.42 88.21 0.65 0.35
Hex 5E 95 20 25 0 4F 2A 58 41 23
Octal 136 225 40 45 0 117 52 130 101 43
Binary 1011110 10010101 100000 100101 0 1001111 101010 1011000 1000001 100011

Color Harmonies of #5E9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9520

Black with #5E9520

Text Example


Text Example

White with #5E9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,149,32); }

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

background-color css

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

 a { background-color: rgb(94,149,32); }

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

border-color css

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

 span { border-color: rgb(94,149,32); }

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