Html Css Color HEX #5E9B14 Limeade

📋 copy color: '#5E9B14'

red 94 ◦ green 155 ◦ blue 20

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

Shades of Limeade #5E9B14

Tints of Limeade #5E9B14

RGB

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

 GREEN value IS 155 (60.94% from 255) = 57.62%

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 34.94%
G = 57.62%
B = 7.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#5E9B14 (or 0x5E9B14) is known color: Limeade. HEX triplet: 5E, 9B and 14. RGB value is (94,155,20). Sum of RGB (Red+Green+Blue) = 94+155+20=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9B14 is #A164EB. Grayscale: #797979. Windows color (decimal): -10577132 or 1350494. OLE color: 1350494.

HSL color Cylindrical-coordinate representation of color #5E9B14: hue angle of 87.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E9B14 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 155 20 -
CMYK 0.39 0 0.87 0.39
HSL 87.11º 0.77% 0.34% -
HSV(B) 87.11º 0.87% 0.61% -
XYZ 16.46 25.87 4.79 -
YUV 121.37 70.79 108.48 -
System Red Green Blue C M Y K H S L
Decimal 94 155 20 0.39 0 0.87 0.39 87.11 0.77 0.34
Hex 5E 9B 14 27 0 57 27 57 4D 22
Octal 136 233 24 47 0 127 47 127 115 42
Binary 1011110 10011011 10100 100111 0 1010111 100111 1010111 1001101 100010

Color Harmonies of #5E9B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9B14

Black with #5E9B14

Text Example


Text Example

White with #5E9B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,155,20); }

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

background-color css

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

 a { background-color: rgb(94,155,20); }

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

border-color css

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

 span { border-color: rgb(94,155,20); }

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