Shades of Lime Green #2FD212
Tints of Lime Green #2FD212
RGB
CMYK
RGB Variations
Color information
#2FD212 (or 0x2FD212) is known color: Lime Green. HEX triplet: 2F, D2 and 12. RGB value is (47,210,18). Sum of RGB (Red+Green+Blue) = 47+210+18=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 210 (82.42% from 255 or 76.36% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD212 is #D02DED. Grayscale: #8B8B8B. Windows color (decimal): -13643246 or 1233455. OLE color: 1233455.
HSL color Cylindrical-coordinate representation of color #2FD212: hue angle of 110.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FD212 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 18 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.18 |
| HSL | 110.94º | 0.84% | 0.45% | - |
| HSV(B) | 110.94º | 0.91% | 0.82% | - |
| XYZ | 24.33 | 46.74 | 8.31 | - |
| YUV | 139.38 | 59.5 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 18 | 0.78 | 0 | 0.91 | 0.18 | 110.94 | 0.84 | 0.45 |
| Hex | 2F | D2 | 12 | 4E | 0 | 5B | 12 | 6F | 54 | 2D |
| Octal | 57 | 322 | 22 | 116 | 0 | 133 | 22 | 157 | 124 | 55 |
| Binary | 101111 | 11010010 | 10010 | 1001110 | 0 | 1011011 | 10010 | 1101111 | 1010100 | 101101 |
Color Harmonies of #2FD212
Complementary color
Monochromatic Colors of #2FD212
Black with #2FD212
Text Example
Text Example
White with #2FD212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD212; }
p { color: rgb(47,210,18); }
H1.HeaderClassName
{
color: #2FD212;
}
.AnyTagClassName
{
color: #2FD212;
}
</style>
background-color css
<style>
a { background-color: #2FD212; }
a { background-color: rgb(47,210,18); }
div.DivClassName
{
background-color: #2FD212;
}
.BgClassName
{
background-color: #2FD212;
}
</style>
border-color css
<style>
span { border-color: #2FD212; }
span { border-color: rgb(47,210,18); }
td.TdClassName
{
border-color: #2FD212;
}
.TagClassName
{
border-color: #2FD212;
}
</style>