Shades of Lime Green #2FD452
Tints of Lime Green #2FD452
RGB
CMYK
RGB Variations
Color information
#2FD452 (or 0x2FD452) is known color: Lime Green. HEX triplet: 2F, D4 and 52. RGB value is (47,212,82). Sum of RGB (Red+Green+Blue) = 47+212+82=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 212 (83.20% from 255 or 62.17% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD452 is #D02BAD. Grayscale: #949494. Windows color (decimal): -13642670 or 5428271. OLE color: 5428271.
HSL color Cylindrical-coordinate representation of color #2FD452: hue angle of 132.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD452 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 82 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.17 |
| HSL | 132.73º | 0.66% | 0.51% | - |
| HSV(B) | 132.73º | 0.78% | 0.83% | - |
| XYZ | 26.24 | 48.3 | 15.92 | - |
| YUV | 147.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 82 | 0.78 | 0 | 0.61 | 0.17 | 132.73 | 0.66 | 0.51 |
| Hex | 2F | D4 | 52 | 4E | 0 | 3D | 11 | 85 | 42 | 33 |
| Octal | 57 | 324 | 122 | 116 | 0 | 75 | 21 | 205 | 102 | 63 |
| Binary | 101111 | 11010100 | 1010010 | 1001110 | 0 | 111101 | 10001 | 10000101 | 1000010 | 110011 |
Color Harmonies of #2FD452
Complementary color
Monochromatic Colors of #2FD452
Black with #2FD452
Text Example
Text Example
White with #2FD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD452; }
p { color: rgb(47,212,82); }
H1.HeaderClassName
{
color: #2FD452;
}
.AnyTagClassName
{
color: #2FD452;
}
</style>
background-color css
<style>
a { background-color: #2FD452; }
a { background-color: rgb(47,212,82); }
div.DivClassName
{
background-color: #2FD452;
}
.BgClassName
{
background-color: #2FD452;
}
</style>
border-color css
<style>
span { border-color: #2FD452; }
span { border-color: rgb(47,212,82); }
td.TdClassName
{
border-color: #2FD452;
}
.TagClassName
{
border-color: #2FD452;
}
</style>