Shades of Lime Green #2FDA51
Tints of Lime Green #2FDA51
RGB
CMYK
RGB Variations
Color information
#2FDA51 (or 0x2FDA51) is known color: Lime Green. HEX triplet: 2F, DA and 51. RGB value is (47,218,81). Sum of RGB (Red+Green+Blue) = 47+218+81=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA51 is #D025AE. Grayscale: #979797. Windows color (decimal): -13641135 or 5364271. OLE color: 5364271.
HSL color Cylindrical-coordinate representation of color #2FDA51: hue angle of 131.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA51 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 81 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.15 |
| HSL | 131.93º | 0.7% | 0.52% | - |
| HSV(B) | 131.93º | 0.78% | 0.85% | - |
| XYZ | 27.73 | 51.34 | 16.23 | - |
| YUV | 151.25 | 88.35 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 81 | 0.78 | 0 | 0.63 | 0.15 | 131.93 | 0.7 | 0.52 |
| Hex | 2F | DA | 51 | 4E | 0 | 3F | F | 84 | 46 | 34 |
| Octal | 57 | 332 | 121 | 116 | 0 | 77 | 17 | 204 | 106 | 64 |
| Binary | 101111 | 11011010 | 1010001 | 1001110 | 0 | 111111 | 1111 | 10000100 | 1000110 | 110100 |
Color Harmonies of #2FDA51
Complementary color
Monochromatic Colors of #2FDA51
Black with #2FDA51
Text Example
Text Example
White with #2FDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA51; }
p { color: rgb(47,218,81); }
H1.HeaderClassName
{
color: #2FDA51;
}
.AnyTagClassName
{
color: #2FDA51;
}
</style>
background-color css
<style>
a { background-color: #2FDA51; }
a { background-color: rgb(47,218,81); }
div.DivClassName
{
background-color: #2FDA51;
}
.BgClassName
{
background-color: #2FDA51;
}
</style>
border-color css
<style>
span { border-color: #2FDA51; }
span { border-color: rgb(47,218,81); }
td.TdClassName
{
border-color: #2FDA51;
}
.TagClassName
{
border-color: #2FDA51;
}
</style>