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