Shades of Lime Green #2FDA46
Tints of Lime Green #2FDA46
RGB
CMYK
RGB Variations
Color information
#2FDA46 (or 0x2FDA46) is known color: Lime Green. HEX triplet: 2F, DA and 46. RGB value is (47,218,70). Sum of RGB (Red+Green+Blue) = 47+218+70=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA46 is #D025B9. Grayscale: #969696. Windows color (decimal): -13641146 or 4643375. OLE color: 4643375.
HSL color Cylindrical-coordinate representation of color #2FDA46: hue angle of 128.07º 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 #2FDA46 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 70 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.15 |
| HSL | 128.07º | 0.7% | 0.52% | - |
| HSV(B) | 128.07º | 0.78% | 0.85% | - |
| XYZ | 27.35 | 51.19 | 14.23 | - |
| YUV | 150 | 82.85 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 70 | 0.78 | 0 | 0.68 | 0.15 | 128.07 | 0.7 | 0.52 |
| Hex | 2F | DA | 46 | 4E | 0 | 44 | F | 80 | 46 | 34 |
| Octal | 57 | 332 | 106 | 116 | 0 | 104 | 17 | 200 | 106 | 64 |
| Binary | 101111 | 11011010 | 1000110 | 1001110 | 0 | 1000100 | 1111 | 10000000 | 1000110 | 110100 |
Color Harmonies of #2FDA46
Complementary color
Monochromatic Colors of #2FDA46
Black with #2FDA46
Text Example
Text Example
White with #2FDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA46; }
p { color: rgb(47,218,70); }
H1.HeaderClassName
{
color: #2FDA46;
}
.AnyTagClassName
{
color: #2FDA46;
}
</style>
background-color css
<style>
a { background-color: #2FDA46; }
a { background-color: rgb(47,218,70); }
div.DivClassName
{
background-color: #2FDA46;
}
.BgClassName
{
background-color: #2FDA46;
}
</style>
border-color css
<style>
span { border-color: #2FDA46; }
span { border-color: rgb(47,218,70); }
td.TdClassName
{
border-color: #2FDA46;
}
.TagClassName
{
border-color: #2FDA46;
}
</style>