Shades of Lime Green #2FD715
Tints of Lime Green #2FD715
RGB
CMYK
RGB Variations
Color information
#2FD715 (or 0x2FD715) is known color: Lime Green. HEX triplet: 2F, D7 and 15. RGB value is (47,215,21). Sum of RGB (Red+Green+Blue) = 47+215+21=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 215 (84.38% from 255 or 75.97% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD715 is #D028EA. Grayscale: #8F8F8F. Windows color (decimal): -13641963 or 1431343. OLE color: 1431343.
HSL color Cylindrical-coordinate representation of color #2FD715: hue angle of 111.96º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FD715 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 21 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.16 |
| HSL | 111.96º | 0.82% | 0.46% | - |
| HSV(B) | 111.96º | 0.9% | 0.84% | - |
| XYZ | 25.61 | 49.26 | 8.87 | - |
| YUV | 142.65 | 59.34 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 21 | 0.78 | 0 | 0.90 | 0.16 | 111.96 | 0.82 | 0.46 |
| Hex | 2F | D7 | 15 | 4E | 0 | 5A | 10 | 70 | 52 | 2E |
| Octal | 57 | 327 | 25 | 116 | 0 | 132 | 20 | 160 | 122 | 56 |
| Binary | 101111 | 11010111 | 10101 | 1001110 | 0 | 1011010 | 10000 | 1110000 | 1010010 | 101110 |
Color Harmonies of #2FD715
Complementary color
Monochromatic Colors of #2FD715
Black with #2FD715
Text Example
Text Example
White with #2FD715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD715; }
p { color: rgb(47,215,21); }
H1.HeaderClassName
{
color: #2FD715;
}
.AnyTagClassName
{
color: #2FD715;
}
</style>
background-color css
<style>
a { background-color: #2FD715; }
a { background-color: rgb(47,215,21); }
div.DivClassName
{
background-color: #2FD715;
}
.BgClassName
{
background-color: #2FD715;
}
</style>
border-color css
<style>
span { border-color: #2FD715; }
span { border-color: rgb(47,215,21); }
td.TdClassName
{
border-color: #2FD715;
}
.TagClassName
{
border-color: #2FD715;
}
</style>