Html Css Color HEX #5E962E Limeade

📋 copy color: '#5E962E'

red 94 ◦ green 150 ◦ blue 46

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

Shades of Limeade #5E962E

Tints of Limeade #5E962E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 32.41%
G = 51.72%
B = 15.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#5E962E (or 0x5E962E) is known color: Limeade. HEX triplet: 5E, 96 and 2E. RGB value is (94,150,46). Sum of RGB (Red+Green+Blue) = 94+150+46=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #5E962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E962E is #A169D1. Grayscale: #797979. Windows color (decimal): -10578386 or 3053150. OLE color: 3053150.

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

Color convert

RGB 94 150 46 -
CMYK 0.37 0 0.69 0.41
HSL 92.31º 0.53% 0.38% -
HSV(B) 92.31º 0.69% 0.59% -
XYZ 16.02 24.39 6.45 -
YUV 121.4 85.45 108.46 -
System Red Green Blue C M Y K H S L
Decimal 94 150 46 0.37 0 0.69 0.41 92.31 0.53 0.38
Hex 5E 96 2E 25 0 45 29 5C 35 26
Octal 136 226 56 45 0 105 51 134 65 46
Binary 1011110 10010110 101110 100101 0 1000101 101001 1011100 110101 100110

Color Harmonies of #5E962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E962E

Black with #5E962E

Text Example


Text Example

White with #5E962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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