#20CC22

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

Shades of Lime Green #20CC22

Tints of Lime Green #20CC22

Color information

#20CC22 (or 0x20CC22) is unknown color: approx Lime Green. HEX triplet: 20, CC and 22. RGB value is (32,204,34). Sum of RGB (Red+Green+Blue) = 32+204+34=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC22 is #DF33DD. Grayscale: #858585. Windows color (decimal): -14627806 or 2280480. OLE color: 2280480.

HSL color Cylindrical-coordinate representation of color #20CC22: hue angle of 120.7º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC22 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB3220434-
CMYK0.8400.830.2
HSL120.7º72.88%46.27%-
HSV(B)120.7º84.31%80%-
XYZ22.4843.618.75-
YUV133.1972.0255.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 204 (80.08% from 255) = 75.56%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=11.85%
G=75.56%
B=12.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32204340.8400.830.2120.772.8846.27
Hex20CC22540531479492e
Octal403144212401232417111156
Binary100000110011001000101010100010100111010011110011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,204,34); }

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

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

 a { background-color: rgb(32,204,34); }

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

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

 span { border-color: rgb(32,204,34); }

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