Shades of Lime Green #2FDF40
Tints of Lime Green #2FDF40
RGB
CMYK
RGB Variations
Color information
#2FDF40 (or 0x2FDF40) is known color: Lime Green. HEX triplet: 2F, DF and 40. RGB value is (47,223,64). Sum of RGB (Red+Green+Blue) = 47+223+64=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF40 is #D020BF. Grayscale: #989898. Windows color (decimal): -13639872 or 4251439. OLE color: 4251439.
HSL color Cylindrical-coordinate representation of color #2FDF40: hue angle of 125.8º 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 #2FDF40 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 64 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.13 |
| HSL | 125.8º | 0.73% | 0.53% | - |
| HSV(B) | 125.8º | 0.79% | 0.87% | - |
| XYZ | 28.49 | 53.75 | 13.72 | - |
| YUV | 152.25 | 78.19 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 64 | 0.79 | 0 | 0.71 | 0.13 | 125.8 | 0.73 | 0.53 |
| Hex | 2F | DF | 40 | 4F | 0 | 47 | D | 7E | 49 | 35 |
| Octal | 57 | 337 | 100 | 117 | 0 | 107 | 15 | 176 | 111 | 65 |
| Binary | 101111 | 11011111 | 1000000 | 1001111 | 0 | 1000111 | 1101 | 1111110 | 1001001 | 110101 |
Color Harmonies of #2FDF40
Complementary color
Monochromatic Colors of #2FDF40
Black with #2FDF40
Text Example
Text Example
White with #2FDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF40; }
p { color: rgb(47,223,64); }
H1.HeaderClassName
{
color: #2FDF40;
}
.AnyTagClassName
{
color: #2FDF40;
}
</style>
background-color css
<style>
a { background-color: #2FDF40; }
a { background-color: rgb(47,223,64); }
div.DivClassName
{
background-color: #2FDF40;
}
.BgClassName
{
background-color: #2FDF40;
}
</style>
border-color css
<style>
span { border-color: #2FDF40; }
span { border-color: rgb(47,223,64); }
td.TdClassName
{
border-color: #2FDF40;
}
.TagClassName
{
border-color: #2FDF40;
}
</style>