#20D92F

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

Shades of Lime Green #20D92F

Tints of Lime Green #20D92F

Color information

#20D92F (or 0x20D92F) is unknown color: approx Lime Green. HEX triplet: 20, D9 and 2F. RGB value is (32,217,47). Sum of RGB (Red+Green+Blue) = 32+217+47=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #20D92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D92F is #DF26D0. Grayscale: #8E8E8E. Windows color (decimal): -14624465 or 3135776. OLE color: 3135776.

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

Color convert

RGB3221747-
CMYK0.8500.780.15
HSL124.86º74.3%48.82%-
HSV(B)124.86º85.25%85.1%-
XYZ25.9250.1411-
YUV142.374.2149.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.81%
GREEN value IS 217 (85.16% from 255) = 73.31%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=10.81%
G=73.31%
B=15.88%

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
Decimal32217470.8500.780.15124.8674.348.82
Hex20D92F5504EF7d4a31
Octal403315712501161717511261
Binary10000011011001101111101010101001110111111111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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