#20DA31

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

Shades of Lime Green #20DA31

Tints of Lime Green #20DA31

Color information

#20DA31 (or 0x20DA31) is unknown color: approx Lime Green. HEX triplet: 20, DA and 31. RGB value is (32,218,49). Sum of RGB (Red+Green+Blue) = 32+218+49=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 218 (85.55% from 255 or 72.91% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DA31 is #DF25CE. Grayscale: #8F8F8F. Windows color (decimal): -14624207 or 3267104. OLE color: 3267104.

HSL color Cylindrical-coordinate representation of color #20DA31: hue angle of 125.48º 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 #20DA31 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB3221849-
CMYK0.8500.780.15
HSL125.48º74.4%49.02%-
HSV(B)125.48º85.32%85.49%-
XYZ26.2250.6711.3-
YUV143.1274.8848.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 218 (85.55% from 255) = 72.91%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=10.70%
G=72.91%
B=16.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32218490.8500.780.15125.4874.449.02
Hex20DA315504EF7d4a31
Octal403326112501161717511261
Binary10000011011010110001101010101001110111111111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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