Shades of Lime Green #2FD20D
Tints of Lime Green #2FD20D
RGB
CMYK
RGB Variations
Color information
#2FD20D (or 0x2FD20D) is known color: Lime Green. HEX triplet: 2F, D2 and 0D. RGB value is (47,210,13). Sum of RGB (Red+Green+Blue) = 47+210+13=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD20D is #D02DF2. Grayscale: #8B8B8B. Windows color (decimal): -13643251 or 905775. OLE color: 905775.
HSL color Cylindrical-coordinate representation of color #2FD20D: hue angle of 109.64º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FD20D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.18 |
| HSL | 109.64º | 0.88% | 0.44% | - |
| HSV(B) | 109.64º | 0.94% | 0.82% | - |
| XYZ | 24.29 | 46.73 | 8.12 | - |
| YUV | 138.81 | 57 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 13 | 0.78 | 0 | 0.94 | 0.18 | 109.64 | 0.88 | 0.44 |
| Hex | 2F | D2 | D | 4E | 0 | 5E | 12 | 6E | 58 | 2C |
| Octal | 57 | 322 | 15 | 116 | 0 | 136 | 22 | 156 | 130 | 54 |
| Binary | 101111 | 11010010 | 1101 | 1001110 | 0 | 1011110 | 10010 | 1101110 | 1011000 | 101100 |
Color Harmonies of #2FD20D
Complementary color
Monochromatic Colors of #2FD20D
Black with #2FD20D
Text Example
Text Example
White with #2FD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD20D; }
p { color: rgb(47,210,13); }
H1.HeaderClassName
{
color: #2FD20D;
}
.AnyTagClassName
{
color: #2FD20D;
}
</style>
background-color css
<style>
a { background-color: #2FD20D; }
a { background-color: rgb(47,210,13); }
div.DivClassName
{
background-color: #2FD20D;
}
.BgClassName
{
background-color: #2FD20D;
}
</style>
border-color css
<style>
span { border-color: #2FD20D; }
span { border-color: rgb(47,210,13); }
td.TdClassName
{
border-color: #2FD20D;
}
.TagClassName
{
border-color: #2FD20D;
}
</style>