Html Css Color HEX #5EA020 Limeade

📋 copy color: '#5EA020'

red 94 ◦ green 160 ◦ blue 32

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

Shades of Limeade #5EA020

Tints of Limeade #5EA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.94%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 32.87%
G = 55.94%
B = 11.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#5EA020 (or 0x5EA020) is known color: Limeade. HEX triplet: 5E, A0 and 20. RGB value is (94,160,32). Sum of RGB (Red+Green+Blue) = 94+160+32=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA020 is #A15FDF. Grayscale: #7E7E7E. Windows color (decimal): -10575840 or 2138206. OLE color: 2138206.

HSL color Cylindrical-coordinate representation of color #5EA020: hue angle of 90.94º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5EA020 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 94 160 32 -
CMYK 0.41 0 0.80 0.37
HSL 90.94º 0.67% 0.38% -
HSV(B) 90.94º 0.8% 0.63% -
XYZ 17.45 27.63 5.78 -
YUV 125.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 94 160 32 0.41 0 0.80 0.37 90.94 0.67 0.38
Hex 5E A0 20 29 0 50 25 5B 43 26
Octal 136 240 40 51 0 120 45 133 103 46
Binary 1011110 10100000 100000 101001 0 1010000 100101 1011011 1000011 100110

Color Harmonies of #5EA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA020

Black with #5EA020

Text Example


Text Example

White with #5EA020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,160,32); }

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

background-color css

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

 a { background-color: rgb(94,160,32); }

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

border-color css

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

 span { border-color: rgb(94,160,32); }

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