Html Css Color HEX #20D01D Lime Green

📋 copy color: '#20D01D'

red 32 ◦ green 208 ◦ blue 29

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

Shades of Lime Green #20D01D

Tints of Lime Green #20D01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 11.9%
G = 77.32%
B = 10.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#20D01D (or 0x20D01D) is known color: Lime Green. HEX triplet: 20, D0 and 1D. RGB value is (32,208,29). Sum of RGB (Red+Green+Blue) = 32+208+29=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #20D01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D01D is #DF2FE2. Grayscale: #878787. Windows color (decimal): -14626787 or 1953824. OLE color: 1953824.

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

Color convert

RGB 32 208 29 -
CMYK 0.85 0 0.86 0.18
HSL 118.99º 0.76% 0.46% -
HSV(B) 118.99º 0.86% 0.82% -
XYZ 23.37 45.51 8.71 -
YUV 134.97 68.19 54.55 -
System Red Green Blue C M Y K H S L
Decimal 32 208 29 0.85 0 0.86 0.18 118.99 0.76 0.46
Hex 20 D0 1D 55 0 56 12 77 4C 2E
Octal 40 320 35 125 0 126 22 167 114 56
Binary 100000 11010000 11101 1010101 0 1010110 10010 1110111 1001100 101110

Color Harmonies of #20D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D01D

Black with #20D01D

Text Example


Text Example

White with #20D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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