Shades of Lime Green #2FDA27
Tints of Lime Green #2FDA27
RGB
CMYK
RGB Variations
Color information
#2FDA27 (or 0x2FDA27) is known color: Lime Green. HEX triplet: 2F, DA and 27. RGB value is (47,218,39). Sum of RGB (Red+Green+Blue) = 47+218+39=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA27 is #D025D8. Grayscale: #939393. Windows color (decimal): -13641177 or 2611759. OLE color: 2611759.
HSL color Cylindrical-coordinate representation of color #2FDA27: hue angle of 117.32º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FDA27 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 39 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.15 |
| HSL | 117.32º | 0.71% | 0.5% | - |
| HSV(B) | 117.32º | 0.82% | 0.85% | - |
| XYZ | 26.61 | 50.89 | 10.34 | - |
| YUV | 146.47 | 67.35 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 39 | 0.78 | 0 | 0.82 | 0.15 | 117.32 | 0.71 | 0.5 |
| Hex | 2F | DA | 27 | 4E | 0 | 52 | F | 75 | 47 | 32 |
| Octal | 57 | 332 | 47 | 116 | 0 | 122 | 17 | 165 | 107 | 62 |
| Binary | 101111 | 11011010 | 100111 | 1001110 | 0 | 1010010 | 1111 | 1110101 | 1000111 | 110010 |
Color Harmonies of #2FDA27
Complementary color
Monochromatic Colors of #2FDA27
Black with #2FDA27
Text Example
Text Example
White with #2FDA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA27; }
p { color: rgb(47,218,39); }
H1.HeaderClassName
{
color: #2FDA27;
}
.AnyTagClassName
{
color: #2FDA27;
}
</style>
background-color css
<style>
a { background-color: #2FDA27; }
a { background-color: rgb(47,218,39); }
div.DivClassName
{
background-color: #2FDA27;
}
.BgClassName
{
background-color: #2FDA27;
}
</style>
border-color css
<style>
span { border-color: #2FDA27; }
span { border-color: rgb(47,218,39); }
td.TdClassName
{
border-color: #2FDA27;
}
.TagClassName
{
border-color: #2FDA27;
}
</style>