Shades of Lime Green #2FDF45
Tints of Lime Green #2FDF45
RGB
CMYK
RGB Variations
Color information
#2FDF45 (or 0x2FDF45) is known color: Lime Green. HEX triplet: 2F, DF and 45. RGB value is (47,223,69). Sum of RGB (Red+Green+Blue) = 47+223+69=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF45 is #D020BA. Grayscale: #999999. Windows color (decimal): -13639867 or 4579119. OLE color: 4579119.
HSL color Cylindrical-coordinate representation of color #2FDF45: hue angle of 127.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF45 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 69 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.13 |
| HSL | 127.5º | 0.73% | 0.53% | - |
| HSV(B) | 127.5º | 0.79% | 0.87% | - |
| XYZ | 28.63 | 53.81 | 14.51 | - |
| YUV | 152.82 | 80.69 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 69 | 0.79 | 0 | 0.69 | 0.13 | 127.5 | 0.73 | 0.53 |
| Hex | 2F | DF | 45 | 4F | 0 | 45 | D | 80 | 49 | 35 |
| Octal | 57 | 337 | 105 | 117 | 0 | 105 | 15 | 200 | 111 | 65 |
| Binary | 101111 | 11011111 | 1000101 | 1001111 | 0 | 1000101 | 1101 | 10000000 | 1001001 | 110101 |
Color Harmonies of #2FDF45
Complementary color
Monochromatic Colors of #2FDF45
Black with #2FDF45
Text Example
Text Example
White with #2FDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF45; }
p { color: rgb(47,223,69); }
H1.HeaderClassName
{
color: #2FDF45;
}
.AnyTagClassName
{
color: #2FDF45;
}
</style>
background-color css
<style>
a { background-color: #2FDF45; }
a { background-color: rgb(47,223,69); }
div.DivClassName
{
background-color: #2FDF45;
}
.BgClassName
{
background-color: #2FDF45;
}
</style>
border-color css
<style>
span { border-color: #2FDF45; }
span { border-color: rgb(47,223,69); }
td.TdClassName
{
border-color: #2FDF45;
}
.TagClassName
{
border-color: #2FDF45;
}
</style>