Html Css Color HEX #20C70D Lime Green

📋 copy color: '#20C70D'

red 32 ◦ green 199 ◦ blue 13

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

Shades of Lime Green #20C70D

Tints of Lime Green #20C70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 13.11%
G = 81.56%
B = 5.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#20C70D (or 0x20C70D) is known color: Lime Green. HEX triplet: 20, C7 and 0D. RGB value is (32,199,13). Sum of RGB (Red+Green+Blue) = 32+199+13=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 199 (78.12% from 255 or 81.56% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 199 - color contains mainly: green. Hex color #20C70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C70D is #DF38F2. Grayscale: #808080. Windows color (decimal): -14629107 or 902944. OLE color: 902944.

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

Color convert

RGB 32 199 13 -
CMYK 0.84 0 0.93 0.22
HSL 113.87º 0.88% 0.42% -
HSV(B) 113.87º 0.93% 0.78% -
XYZ 21.09 41.18 7.22 -
YUV 127.86 63.17 59.62 -
System Red Green Blue C M Y K H S L
Decimal 32 199 13 0.84 0 0.93 0.22 113.87 0.88 0.42
Hex 20 C7 D 54 0 5D 16 72 58 2A
Octal 40 307 15 124 0 135 26 162 130 52
Binary 100000 11000111 1101 1010100 0 1011101 10110 1110010 1011000 101010

Color Harmonies of #20C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C70D

Black with #20C70D

Text Example


Text Example

White with #20C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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