Html Css Color HEX #20C71D Lime Green

📋 copy color: '#20C71D'

red 32 ◦ green 199 ◦ blue 29

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

Shades of Lime Green #20C71D

Tints of Lime Green #20C71D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 76.54%

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

R = 12.31%
G = 76.54%
B = 11.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#20C71D (or 0x20C71D) is known color: Lime Green. HEX triplet: 20, C7 and 1D. RGB value is (32,199,29). Sum of RGB (Red+Green+Blue) = 32+199+29=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 199 (78.12% from 255 or 76.54% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 199 - color contains mainly: green. Hex color #20C71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C71D is #DF38E2. Grayscale: #828282. Windows color (decimal): -14629091 or 1951520. OLE color: 1951520.

HSL color Cylindrical-coordinate representation of color #20C71D: hue angle of 118.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C71D is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 199 29 -
CMYK 0.84 0 0.85 0.22
HSL 118.94º 0.75% 0.45% -
HSV(B) 118.94º 0.85% 0.78% -
XYZ 21.24 41.24 8 -
YUV 129.69 71.17 58.32 -
System Red Green Blue C M Y K H S L
Decimal 32 199 29 0.84 0 0.85 0.22 118.94 0.75 0.45
Hex 20 C7 1D 54 0 55 16 77 4B 2D
Octal 40 307 35 124 0 125 26 167 113 55
Binary 100000 11000111 11101 1010100 0 1010101 10110 1110111 1001011 101101

Color Harmonies of #20C71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C71D

Black with #20C71D

Text Example


Text Example

White with #20C71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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