Shades of Lime Green #2FD551
Tints of Lime Green #2FD551
RGB
CMYK
RGB Variations
Color information
#2FD551 (or 0x2FD551) is known color: Lime Green. HEX triplet: 2F, D5 and 51. RGB value is (47,213,81). Sum of RGB (Red+Green+Blue) = 47+213+81=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD551 is #D02AAE. Grayscale: #949494. Windows color (decimal): -13642415 or 5362991. OLE color: 5362991.
HSL color Cylindrical-coordinate representation of color #2FD551: hue angle of 132.29º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD551 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 81 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.16 |
| HSL | 132.29º | 0.66% | 0.51% | - |
| HSV(B) | 132.29º | 0.78% | 0.84% | - |
| XYZ | 26.45 | 48.79 | 15.81 | - |
| YUV | 148.32 | 90 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 81 | 0.78 | 0 | 0.62 | 0.16 | 132.29 | 0.66 | 0.51 |
| Hex | 2F | D5 | 51 | 4E | 0 | 3E | 10 | 84 | 42 | 33 |
| Octal | 57 | 325 | 121 | 116 | 0 | 76 | 20 | 204 | 102 | 63 |
| Binary | 101111 | 11010101 | 1010001 | 1001110 | 0 | 111110 | 10000 | 10000100 | 1000010 | 110011 |
Color Harmonies of #2FD551
Complementary color
Monochromatic Colors of #2FD551
Black with #2FD551
Text Example
Text Example
White with #2FD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD551; }
p { color: rgb(47,213,81); }
H1.HeaderClassName
{
color: #2FD551;
}
.AnyTagClassName
{
color: #2FD551;
}
</style>
background-color css
<style>
a { background-color: #2FD551; }
a { background-color: rgb(47,213,81); }
div.DivClassName
{
background-color: #2FD551;
}
.BgClassName
{
background-color: #2FD551;
}
</style>
border-color css
<style>
span { border-color: #2FD551; }
span { border-color: rgb(47,213,81); }
td.TdClassName
{
border-color: #2FD551;
}
.TagClassName
{
border-color: #2FD551;
}
</style>