Html Css Color HEX #20D014 Lime Green

📋 copy color: '#20D014'

red 32 ◦ green 208 ◦ blue 20

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

Shades of Lime Green #20D014

Tints of Lime Green #20D014

RGB

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

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

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

R = 12.31%
G = 80%
B = 7.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#20D014 (or 0x20D014) is known color: Lime Green. HEX triplet: 20, D0 and 14. RGB value is (32,208,20). Sum of RGB (Red+Green+Blue) = 32+208+20=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #20D014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D014 is #DF2FEB. Grayscale: #868686. Windows color (decimal): -14626796 or 1364000. OLE color: 1364000.

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

Color convert

RGB 32 208 20 -
CMYK 0.85 0 0.90 0.18
HSL 116.17º 0.82% 0.45% -
HSV(B) 116.17º 0.9% 0.82% -
XYZ 23.28 45.47 8.21 -
YUV 133.94 63.69 55.29 -
System Red Green Blue C M Y K H S L
Decimal 32 208 20 0.85 0 0.90 0.18 116.17 0.82 0.45
Hex 20 D0 14 55 0 5A 12 74 52 2D
Octal 40 320 24 125 0 132 22 164 122 55
Binary 100000 11010000 10100 1010101 0 1011010 10010 1110100 1010010 101101

Color Harmonies of #20D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D014

Black with #20D014

Text Example


Text Example

White with #20D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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