Html Css Color HEX #20C71C Lime Green

📋 copy color: '#20C71C'

red 32 ◦ green 199 ◦ blue 28

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

Shades of Lime Green #20C71C

Tints of Lime Green #20C71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 12.36%
G = 76.83%
B = 10.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#20C71C (or 0x20C71C) is known color: Lime Green. HEX triplet: 20, C7 and 1C. RGB value is (32,199,28). Sum of RGB (Red+Green+Blue) = 32+199+28=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 199 (78.12% from 255 or 76.83% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 199 - color contains mainly: green. Hex color #20C71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C71C is #DF38E3. Grayscale: #828282. Windows color (decimal): -14629092 or 1885984. OLE color: 1885984.

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

Color convert

RGB 32 199 28 -
CMYK 0.84 0 0.86 0.22
HSL 118.6º 0.75% 0.45% -
HSV(B) 118.6º 0.86% 0.78% -
XYZ 21.23 41.24 7.94 -
YUV 129.57 70.67 58.4 -
System Red Green Blue C M Y K H S L
Decimal 32 199 28 0.84 0 0.86 0.22 118.6 0.75 0.45
Hex 20 C7 1C 54 0 56 16 77 4B 2D
Octal 40 307 34 124 0 126 26 167 113 55
Binary 100000 11000111 11100 1010100 0 1010110 10110 1110111 1001011 101101

Color Harmonies of #20C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C71C

Black with #20C71C

Text Example


Text Example

White with #20C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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