Html Css Color HEX #5E962D Limeade

📋 copy color: '#5E962D'

red 94 ◦ green 150 ◦ blue 45

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

Shades of Limeade #5E962D

Tints of Limeade #5E962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.9%

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 32.53%
G = 51.9%
B = 15.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#5E962D (or 0x5E962D) is known color: Limeade. HEX triplet: 5E, 96 and 2D. RGB value is (94,150,45). Sum of RGB (Red+Green+Blue) = 94+150+45=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #5E962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E962D is #A169D2. Grayscale: #797979. Windows color (decimal): -10578387 or 2987614. OLE color: 2987614.

HSL color Cylindrical-coordinate representation of color #5E962D: hue angle of 92º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E962D is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 150 45 -
CMYK 0.37 0 0.70 0.41
HSL 92º 0.54% 0.38% -
HSV(B) 92º 0.7% 0.59% -
XYZ 16 24.38 6.35 -
YUV 121.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 94 150 45 0.37 0 0.70 0.41 92 0.54 0.38
Hex 5E 96 2D 25 0 46 29 5C 36 26
Octal 136 226 55 45 0 106 51 134 66 46
Binary 1011110 10010110 101101 100101 0 1000110 101001 1011100 110110 100110

Color Harmonies of #5E962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E962D

Black with #5E962D

Text Example


Text Example

White with #5E962D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,45); }

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

background-color css

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

 a { background-color: rgb(94,150,45); }

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

border-color css

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

 span { border-color: rgb(94,150,45); }

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