#20C33F

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

Shades of Lime Green #20C33F

Tints of Lime Green #20C33F

Color information

#20C33F (or 0x20C33F) is unknown color: approx Lime Green. HEX triplet: 20, C3 and 3F. RGB value is (32,195,63). Sum of RGB (Red+Green+Blue) = 32+195+63=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #20C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C33F is #DF3CC0. Grayscale: #838383. Windows color (decimal): -14630081 or 4178720. OLE color: 4178720.

HSL color Cylindrical-coordinate representation of color #20C33F: hue angle of 131.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C33F is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB3219563-
CMYK0.8400.680.24
HSL131.41º71.81%44.51%-
HSV(B)131.41º83.59%76.47%-
XYZ21.0139.711.26-
YUV131.2189.557.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 195 (76.56% from 255) = 67.24%
BLUE value IS 63 (25% from 255) = 21.72%
R=11.03%
G=67.24%
B=21.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32195630.8400.680.24131.4171.8144.51
Hex20C33F540441883482d
Octal403037712401043020311055
Binary1000001100001111111110101000100010011000100000111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,195,63); }

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

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

 a { background-color: rgb(32,195,63); }

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

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

 span { border-color: rgb(32,195,63); }

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