Shades of Lime Green #2FDA12
Tints of Lime Green #2FDA12
RGB
CMYK
RGB Variations
Color information
#2FDA12 (or 0x2FDA12) is known color: Lime Green. HEX triplet: 2F, DA and 12. RGB value is (47,218,18). Sum of RGB (Red+Green+Blue) = 47+218+18=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA12 is #D025ED. Grayscale: #909090. Windows color (decimal): -13641198 or 1235503. OLE color: 1235503.
HSL color Cylindrical-coordinate representation of color #2FDA12: hue angle of 111.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FDA12 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 18 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.15 |
| HSL | 111.3º | 0.85% | 0.46% | - |
| HSV(B) | 111.3º | 0.92% | 0.85% | - |
| XYZ | 26.35 | 50.79 | 8.99 | - |
| YUV | 144.07 | 56.85 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 18 | 0.78 | 0 | 0.92 | 0.15 | 111.3 | 0.85 | 0.46 |
| Hex | 2F | DA | 12 | 4E | 0 | 5C | F | 6F | 55 | 2E |
| Octal | 57 | 332 | 22 | 116 | 0 | 134 | 17 | 157 | 125 | 56 |
| Binary | 101111 | 11011010 | 10010 | 1001110 | 0 | 1011100 | 1111 | 1101111 | 1010101 | 101110 |
Color Harmonies of #2FDA12
Complementary color
Monochromatic Colors of #2FDA12
Black with #2FDA12
Text Example
Text Example
White with #2FDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA12; }
p { color: rgb(47,218,18); }
H1.HeaderClassName
{
color: #2FDA12;
}
.AnyTagClassName
{
color: #2FDA12;
}
</style>
background-color css
<style>
a { background-color: #2FDA12; }
a { background-color: rgb(47,218,18); }
div.DivClassName
{
background-color: #2FDA12;
}
.BgClassName
{
background-color: #2FDA12;
}
</style>
border-color css
<style>
span { border-color: #2FDA12; }
span { border-color: rgb(47,218,18); }
td.TdClassName
{
border-color: #2FDA12;
}
.TagClassName
{
border-color: #2FDA12;
}
</style>