Shades of Lime Green #2FD312
Tints of Lime Green #2FD312
RGB
CMYK
RGB Variations
Color information
#2FD312 (or 0x2FD312) is known color: Lime Green. HEX triplet: 2F, D3 and 12. RGB value is (47,211,18). Sum of RGB (Red+Green+Blue) = 47+211+18=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 211 (82.81% from 255 or 76.45% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD312 is #D02CED. Grayscale: #8C8C8C. Windows color (decimal): -13642990 or 1233711. OLE color: 1233711.
HSL color Cylindrical-coordinate representation of color #2FD312: hue angle of 110.98º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FD312 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 18 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.17 |
| HSL | 110.98º | 0.84% | 0.45% | - |
| HSV(B) | 110.98º | 0.91% | 0.83% | - |
| XYZ | 24.58 | 47.24 | 8.39 | - |
| YUV | 139.96 | 59.17 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 18 | 0.78 | 0 | 0.91 | 0.17 | 110.98 | 0.84 | 0.45 |
| Hex | 2F | D3 | 12 | 4E | 0 | 5B | 11 | 6F | 54 | 2D |
| Octal | 57 | 323 | 22 | 116 | 0 | 133 | 21 | 157 | 124 | 55 |
| Binary | 101111 | 11010011 | 10010 | 1001110 | 0 | 1011011 | 10001 | 1101111 | 1010100 | 101101 |
Color Harmonies of #2FD312
Complementary color
Monochromatic Colors of #2FD312
Black with #2FD312
Text Example
Text Example
White with #2FD312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD312; }
p { color: rgb(47,211,18); }
H1.HeaderClassName
{
color: #2FD312;
}
.AnyTagClassName
{
color: #2FD312;
}
</style>
background-color css
<style>
a { background-color: #2FD312; }
a { background-color: rgb(47,211,18); }
div.DivClassName
{
background-color: #2FD312;
}
.BgClassName
{
background-color: #2FD312;
}
</style>
border-color css
<style>
span { border-color: #2FD312; }
span { border-color: rgb(47,211,18); }
td.TdClassName
{
border-color: #2FD312;
}
.TagClassName
{
border-color: #2FD312;
}
</style>