Shades of Lime Green #2FDF41
Tints of Lime Green #2FDF41
RGB
CMYK
RGB Variations
Color information
#2FDF41 (or 0x2FDF41) is known color: Lime Green. HEX triplet: 2F, DF and 41. RGB value is (47,223,65). Sum of RGB (Red+Green+Blue) = 47+223+65=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF41 is #D020BE. Grayscale: #989898. Windows color (decimal): -13639871 or 4316975. OLE color: 4316975.
HSL color Cylindrical-coordinate representation of color #2FDF41: hue angle of 126.14º 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 #2FDF41 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 65 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.13 |
| HSL | 126.14º | 0.73% | 0.53% | - |
| HSV(B) | 126.14º | 0.79% | 0.87% | - |
| XYZ | 28.51 | 53.76 | 13.88 | - |
| YUV | 152.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 65 | 0.79 | 0 | 0.71 | 0.13 | 126.14 | 0.73 | 0.53 |
| Hex | 2F | DF | 41 | 4F | 0 | 47 | D | 7E | 49 | 35 |
| Octal | 57 | 337 | 101 | 117 | 0 | 107 | 15 | 176 | 111 | 65 |
| Binary | 101111 | 11011111 | 1000001 | 1001111 | 0 | 1000111 | 1101 | 1111110 | 1001001 | 110101 |
Color Harmonies of #2FDF41
Complementary color
Monochromatic Colors of #2FDF41
Black with #2FDF41
Text Example
Text Example
White with #2FDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF41; }
p { color: rgb(47,223,65); }
H1.HeaderClassName
{
color: #2FDF41;
}
.AnyTagClassName
{
color: #2FDF41;
}
</style>
background-color css
<style>
a { background-color: #2FDF41; }
a { background-color: rgb(47,223,65); }
div.DivClassName
{
background-color: #2FDF41;
}
.BgClassName
{
background-color: #2FDF41;
}
</style>
border-color css
<style>
span { border-color: #2FDF41; }
span { border-color: rgb(47,223,65); }
td.TdClassName
{
border-color: #2FDF41;
}
.TagClassName
{
border-color: #2FDF41;
}
</style>