#20C944

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

Shades of Lime Green #20C944

Tints of Lime Green #20C944

Color information

#20C944 (or 0x20C944) is unknown color: approx Lime Green. HEX triplet: 20, C9 and 44. RGB value is (32,201,68). Sum of RGB (Red+Green+Blue) = 32+201+68=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #20C944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C944 is #DF36BB. Grayscale: #878787. Windows color (decimal): -14628540 or 4507936. OLE color: 4507936.

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

Color convert

RGB3220168-
CMYK0.8400.660.21
HSL132.78º72.53%45.69%-
HSV(B)132.78º84.08%78.82%-
XYZ22.5342.512.48-
YUV135.3190.0154.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.63%
GREEN value IS 201 (78.91% from 255) = 66.78%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=10.63%
G=66.78%
B=22.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32201680.8400.660.21132.7872.5345.69
Hex20C944540421585492e
Octal4031110412401022520511156
Binary10000011001001100010010101000100001010101100001011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,201,68); }

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

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

 a { background-color: rgb(32,201,68); }

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

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

 span { border-color: rgb(32,201,68); }

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