#20D931

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

Shades of Lime Green #20D931

Tints of Lime Green #20D931

Color information

#20D931 (or 0x20D931) is unknown color: approx Lime Green. HEX triplet: 20, D9 and 31. RGB value is (32,217,49). Sum of RGB (Red+Green+Blue) = 32+217+49=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #20D931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D931 is #DF26CE. Grayscale: #8F8F8F. Windows color (decimal): -14624463 or 3266848. OLE color: 3266848.

HSL color Cylindrical-coordinate representation of color #20D931: hue angle of 125.51º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D931 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB3221749-
CMYK0.8500.770.15
HSL125.51º74.3%48.82%-
HSV(B)125.51º85.25%85.1%-
XYZ25.9650.1511.22-
YUV142.5375.2149.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 217 (85.16% from 255) = 72.82%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=10.74%
G=72.82%
B=16.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32217490.8500.770.15125.5174.348.82
Hex20D9315504DF7e4a31
Octal403316112501151717611261
Binary10000011011001110001101010101001101111111111101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,217,49); }

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

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

 a { background-color: rgb(32,217,49); }

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

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

 span { border-color: rgb(32,217,49); }

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