Shades of Lime Green #2FD552
Tints of Lime Green #2FD552
RGB
CMYK
RGB Variations
Color information
#2FD552 (or 0x2FD552) is known color: Lime Green. HEX triplet: 2F, D5 and 52. RGB value is (47,213,82). Sum of RGB (Red+Green+Blue) = 47+213+82=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD552 is #D02AAD. Grayscale: #949494. Windows color (decimal): -13642414 or 5428527. OLE color: 5428527.
HSL color Cylindrical-coordinate representation of color #2FD552: hue angle of 132.65º 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 #2FD552 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 82 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.16 |
| HSL | 132.65º | 0.66% | 0.51% | - |
| HSV(B) | 132.65º | 0.78% | 0.84% | - |
| XYZ | 26.49 | 48.8 | 16.01 | - |
| YUV | 148.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 82 | 0.78 | 0 | 0.62 | 0.16 | 132.65 | 0.66 | 0.51 |
| Hex | 2F | D5 | 52 | 4E | 0 | 3E | 10 | 85 | 42 | 33 |
| Octal | 57 | 325 | 122 | 116 | 0 | 76 | 20 | 205 | 102 | 63 |
| Binary | 101111 | 11010101 | 1010010 | 1001110 | 0 | 111110 | 10000 | 10000101 | 1000010 | 110011 |
Color Harmonies of #2FD552
Complementary color
Monochromatic Colors of #2FD552
Black with #2FD552
Text Example
Text Example
White with #2FD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD552; }
p { color: rgb(47,213,82); }
H1.HeaderClassName
{
color: #2FD552;
}
.AnyTagClassName
{
color: #2FD552;
}
</style>
background-color css
<style>
a { background-color: #2FD552; }
a { background-color: rgb(47,213,82); }
div.DivClassName
{
background-color: #2FD552;
}
.BgClassName
{
background-color: #2FD552;
}
</style>
border-color css
<style>
span { border-color: #2FD552; }
span { border-color: rgb(47,213,82); }
td.TdClassName
{
border-color: #2FD552;
}
.TagClassName
{
border-color: #2FD552;
}
</style>