Html Css Color HEX #20D012 Lime Green

📋 copy color: '#20D012'

red 32 ◦ green 208 ◦ blue 18

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

Shades of Lime Green #20D012

Tints of Lime Green #20D012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.62%

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 12.4%
G = 80.62%
B = 6.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#20D012 (or 0x20D012) is known color: Lime Green. HEX triplet: 20, D0 and 12. RGB value is (32,208,18). Sum of RGB (Red+Green+Blue) = 32+208+18=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 208 (81.64% from 255 or 80.62% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 208 - color contains mainly: green. Hex color #20D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D012 is #DF2FED. Grayscale: #868686. Windows color (decimal): -14626798 or 1232928. OLE color: 1232928.

HSL color Cylindrical-coordinate representation of color #20D012: hue angle of 115.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20D012 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 18 -
CMYK 0.85 0 0.91 0.18
HSL 115.58º 0.84% 0.44% -
HSV(B) 115.58º 0.91% 0.82% -
XYZ 23.26 45.46 8.12 -
YUV 133.72 62.69 55.45 -
System Red Green Blue C M Y K H S L
Decimal 32 208 18 0.85 0 0.91 0.18 115.58 0.84 0.44
Hex 20 D0 12 55 0 5B 12 74 54 2C
Octal 40 320 22 125 0 133 22 164 124 54
Binary 100000 11010000 10010 1010101 0 1011011 10010 1110100 1010100 101100

Color Harmonies of #20D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D012

Black with #20D012

Text Example


Text Example

White with #20D012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,208,18); }

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

background-color css

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

 a { background-color: rgb(32,208,18); }

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

border-color css

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

 span { border-color: rgb(32,208,18); }

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