Html Css Color HEX #5E972A Limeade

📋 copy color: '#5E972A'

red 94 ◦ green 151 ◦ blue 42

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

Shades of Limeade #5E972A

Tints of Limeade #5E972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.61%

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 32.75%
G = 52.61%
B = 14.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#5E972A (or 0x5E972A) is known color: Limeade. HEX triplet: 5E, 97 and 2A. RGB value is (94,151,42). Sum of RGB (Red+Green+Blue) = 94+151+42=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #5E972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E972A is #A168D5. Grayscale: #797979. Windows color (decimal): -10578134 or 2791262. OLE color: 2791262.

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

Color convert

RGB 94 151 42 -
CMYK 0.38 0 0.72 0.41
HSL 91.38º 0.56% 0.38% -
HSV(B) 91.38º 0.72% 0.59% -
XYZ 16.1 24.68 6.11 -
YUV 121.53 83.12 108.36 -
System Red Green Blue C M Y K H S L
Decimal 94 151 42 0.38 0 0.72 0.41 91.38 0.56 0.38
Hex 5E 97 2A 26 0 48 29 5B 38 26
Octal 136 227 52 46 0 110 51 133 70 46
Binary 1011110 10010111 101010 100110 0 1001000 101001 1011011 111000 100110

Color Harmonies of #5E972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E972A

Black with #5E972A

Text Example


Text Example

White with #5E972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,151,42); }

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

background-color css

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

 a { background-color: rgb(94,151,42); }

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

border-color css

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

 span { border-color: rgb(94,151,42); }

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