Html Css Color HEX #20B418 Lime Green

📋 copy color: '#20B418'

red 32 ◦ green 180 ◦ blue 24

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

Shades of Lime Green #20B418

Tints of Lime Green #20B418

RGB

 RED value IS 32 (12.89% from 255) = 13.56%

 GREEN value IS 180 (70.7% from 255) = 76.27%

 BLUE value IS 24 (9.77% from 255) = 10.17%

R = 13.56%
G = 76.27%
B = 10.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#20B418 (or 0x20B418) is known color: Lime Green. HEX triplet: 20, B4 and 18. RGB value is (32,180,24). Sum of RGB (Red+Green+Blue) = 32+180+24=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 180 (70.70% from 255 or 76.27% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 180 - color contains mainly: green. Hex color #20B418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B418 is #DF4BE7. Grayscale: #767676. Windows color (decimal): -14633960 or 1618976. OLE color: 1618976.

HSL color Cylindrical-coordinate representation of color #20B418: hue angle of 116.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20B418 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 180 24 -
CMYK 0.82 0 0.87 0.29
HSL 116.92º 0.76% 0.4% -
HSV(B) 116.92º 0.87% 0.71% -
XYZ 17.08 33.02 6.34 -
YUV 117.96 74.97 66.68 -
System Red Green Blue C M Y K H S L
Decimal 32 180 24 0.82 0 0.87 0.29 116.92 0.76 0.4
Hex 20 B4 18 52 0 57 1D 75 4C 28
Octal 40 264 30 122 0 127 35 165 114 50
Binary 100000 10110100 11000 1010010 0 1010111 11101 1110101 1001100 101000

Color Harmonies of #20B418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B418

Black with #20B418

Text Example


Text Example

White with #20B418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B418; }

 p { color: rgb(32,180,24); }

 H1.HeaderClassName
 {
   color: #20B418;
 }
 .AnyTagClassName
 {
   color: #20B418;
 }
</style>

background-color css

<style>
 a { background-color: #20B418; }

 a { background-color: rgb(32,180,24); }

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

border-color css

<style>
 span { border-color: #20B418; }

 span { border-color: rgb(32,180,24); }

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