#20CF22

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

Shades of Lime Green #20CF22

Tints of Lime Green #20CF22

Color information

#20CF22 (or 0x20CF22) is unknown color: approx Lime Green. HEX triplet: 20, CF and 22. RGB value is (32,207,34). Sum of RGB (Red+Green+Blue) = 32+207+34=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF22 is #DF30DD. Grayscale: #878787. Windows color (decimal): -14627038 or 2281248. OLE color: 2281248.

HSL color Cylindrical-coordinate representation of color #20CF22: hue angle of 120.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF22 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB3220734-
CMYK0.8500.840.19
HSL120.69º73.22%46.86%-
HSV(B)120.69º84.54%81.18%-
XYZ23.245.058.99-
YUV134.9571.0254.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 207 (81.25% from 255) = 75.82%
BLUE value IS 34 (13.67% from 255) = 12.45%
R=11.72%
G=75.82%
B=12.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32207340.8500.840.19120.6973.2246.86
Hex20CF22550541379492f
Octal403174212501242317111157
Binary100000110011111000101010101010101001001111110011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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