Shades of Lime Green #2FD020
Tints of Lime Green #2FD020
RGB
CMYK
RGB Variations
Color information
#2FD020 (or 0x2FD020) is known color: Lime Green. HEX triplet: 2F, D0 and 20. RGB value is (47,208,32). Sum of RGB (Red+Green+Blue) = 47+208+32=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD020 is #D02FDF. Grayscale: #8C8C8C. Windows color (decimal): -13643744 or 2150447. OLE color: 2150447.
HSL color Cylindrical-coordinate representation of color #2FD020: hue angle of 114.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FD020 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 32 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.18 |
| HSL | 114.89º | 0.73% | 0.47% | - |
| HSV(B) | 114.89º | 0.85% | 0.82% | - |
| XYZ | 23.99 | 45.82 | 8.95 | - |
| YUV | 139.8 | 67.16 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 32 | 0.77 | 0 | 0.85 | 0.18 | 114.89 | 0.73 | 0.47 |
| Hex | 2F | D0 | 20 | 4D | 0 | 55 | 12 | 73 | 49 | 2F |
| Octal | 57 | 320 | 40 | 115 | 0 | 125 | 22 | 163 | 111 | 57 |
| Binary | 101111 | 11010000 | 100000 | 1001101 | 0 | 1010101 | 10010 | 1110011 | 1001001 | 101111 |
Color Harmonies of #2FD020
Complementary color
Monochromatic Colors of #2FD020
Black with #2FD020
Text Example
Text Example
White with #2FD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD020; }
p { color: rgb(47,208,32); }
H1.HeaderClassName
{
color: #2FD020;
}
.AnyTagClassName
{
color: #2FD020;
}
</style>
background-color css
<style>
a { background-color: #2FD020; }
a { background-color: rgb(47,208,32); }
div.DivClassName
{
background-color: #2FD020;
}
.BgClassName
{
background-color: #2FD020;
}
</style>
border-color css
<style>
span { border-color: #2FD020; }
span { border-color: rgb(47,208,32); }
td.TdClassName
{
border-color: #2FD020;
}
.TagClassName
{
border-color: #2FD020;
}
</style>