#20C011

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

Shades of Lime Green #20C011

Tints of Lime Green #20C011

Color information

#20C011 (or 0x20C011) is unknown color: approx Lime Green. HEX triplet: 20, C0 and 11. RGB value is (32,192,17). Sum of RGB (Red+Green+Blue) = 32+192+17=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #20C011 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C011 is #DF3FEE. Grayscale: #7C7C7C. Windows color (decimal): -14630895 or 1163296. OLE color: 1163296.

HSL color Cylindrical-coordinate representation of color #20C011: hue angle of 114.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20C011 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB3219217-
CMYK0.8300.910.25
HSL114.86º83.73%40.98%-
HSV(B)114.86º91.15%75.29%-
XYZ19.5538.056.84-
YUV124.2167.4962.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 192 (75.39% from 255) = 79.67%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=13.28%
G=79.67%
B=7.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32192170.8300.910.25114.8683.7340.98
Hex20C0115305B19735429
Octal403002112301333116312451
Binary10000011000000100011010011010110111100111100111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,192,17); }

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

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

 a { background-color: rgb(32,192,17); }

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

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

 span { border-color: rgb(32,192,17); }

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