#20C70A

Color #20C70A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20C70A

Tints of Lime Green #20C70A

Color information

#20C70A (or 0x20C70A) is unknown color: approx Lime Green. HEX triplet: 20, C7 and 0A. RGB value is (32,199,10). Sum of RGB (Red+Green+Blue) = 32+199+10=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 199 (78.12% from 255 or 82.57% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 199 - color contains mainly: green. Hex color #20C70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C70A is #DF38F5. Grayscale: #808080. Windows color (decimal): -14629110 or 706336. OLE color: 706336.

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

Color convert

RGB3219910-
CMYK0.8400.950.22
HSL113.02º90.43%40.98%-
HSV(B)113.02º94.97%78.04%-
XYZ21.0741.187.12-
YUV127.5261.6759.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 199 (78.12% from 255) = 82.57%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=13.28%
G=82.57%
B=4.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32199100.8400.950.22113.0290.4340.98
Hex20C7A5405F16715a29
Octal403071212401372616113251
Binary1000001100011110101010100010111111011011100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20C70A;
 }
 .AnyTagClassName
 {
   color: #20C70A;
 }
</style>
background-color css

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

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

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

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

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

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