Html Css Color HEX #5E981F Limeade

📋 copy color: '#5E981F'

red 94 ◦ green 152 ◦ blue 31

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

Shades of Limeade #5E981F

Tints of Limeade #5E981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.87%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 33.94%
G = 54.87%
B = 11.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#5E981F (or 0x5E981F) is known color: Limeade. HEX triplet: 5E, 98 and 1F. RGB value is (94,152,31). Sum of RGB (Red+Green+Blue) = 94+152+31=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #5E981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E981F is #A167E0. Grayscale: #797979. Windows color (decimal): -10577889 or 2070622. OLE color: 2070622.

HSL color Cylindrical-coordinate representation of color #5E981F: hue angle of 88.76º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E981F is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 152 31 -
CMYK 0.38 0 0.80 0.40
HSL 88.76º 0.66% 0.36% -
HSV(B) 88.76º 0.8% 0.6% -
XYZ 16.09 24.94 5.26 -
YUV 120.86 77.28 108.84 -
System Red Green Blue C M Y K H S L
Decimal 94 152 31 0.38 0 0.80 0.40 88.76 0.66 0.36
Hex 5E 98 1F 26 0 50 28 59 42 24
Octal 136 230 37 46 0 120 50 131 102 44
Binary 1011110 10011000 11111 100110 0 1010000 101000 1011001 1000010 100100

Color Harmonies of #5E981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E981F

Black with #5E981F

Text Example


Text Example

White with #5E981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,31); }

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

background-color css

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

 a { background-color: rgb(94,152,31); }

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

border-color css

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

 span { border-color: rgb(94,152,31); }

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