Html Css Color HEX #5E9932 Limeade

📋 copy color: '#5E9932'

red 94 ◦ green 153 ◦ blue 50

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

Shades of Limeade #5E9932

Tints of Limeade #5E9932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.52%

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

R = 31.65%
G = 51.52%
B = 16.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#5E9932 (or 0x5E9932) is known color: Limeade. HEX triplet: 5E, 99 and 32. RGB value is (94,153,50). Sum of RGB (Red+Green+Blue) = 94+153+50=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9932 is #A166CD. Grayscale: #7B7B7B. Windows color (decimal): -10577614 or 3316062. OLE color: 3316062.

HSL color Cylindrical-coordinate representation of color #5E9932: hue angle of 94.37º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E9932 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 153 50 -
CMYK 0.39 0 0.67 0.4
HSL 94.37º 0.51% 0.4% -
HSV(B) 94.37º 0.67% 0.6% -
XYZ 16.58 25.39 7.04 -
YUV 123.62 86.45 106.88 -
System Red Green Blue C M Y K H S L
Decimal 94 153 50 0.39 0 0.67 0.4 94.37 0.51 0.4
Hex 5E 99 32 27 0 43 28 5E 33 28
Octal 136 231 62 47 0 103 50 136 63 50
Binary 1011110 10011001 110010 100111 0 1000011 101000 1011110 110011 101000

Color Harmonies of #5E9932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9932

Black with #5E9932

Text Example


Text Example

White with #5E9932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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