Shades of Lime Green #2FDC46
Tints of Lime Green #2FDC46
RGB
CMYK
RGB Variations
Color information
#2FDC46 (or 0x2FDC46) is known color: Lime Green. HEX triplet: 2F, DC and 46. RGB value is (47,220,70). Sum of RGB (Red+Green+Blue) = 47+220+70=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC46 is #D023B9. Grayscale: #979797. Windows color (decimal): -13640634 or 4643887. OLE color: 4643887.
HSL color Cylindrical-coordinate representation of color #2FDC46: hue angle of 127.98º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC46 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 70 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.14 |
| HSL | 127.98º | 0.71% | 0.52% | - |
| HSV(B) | 127.98º | 0.79% | 0.86% | - |
| XYZ | 27.87 | 52.23 | 14.41 | - |
| YUV | 151.17 | 82.19 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 70 | 0.79 | 0 | 0.68 | 0.14 | 127.98 | 0.71 | 0.52 |
| Hex | 2F | DC | 46 | 4F | 0 | 44 | E | 80 | 47 | 34 |
| Octal | 57 | 334 | 106 | 117 | 0 | 104 | 16 | 200 | 107 | 64 |
| Binary | 101111 | 11011100 | 1000110 | 1001111 | 0 | 1000100 | 1110 | 10000000 | 1000111 | 110100 |
Color Harmonies of #2FDC46
Complementary color
Monochromatic Colors of #2FDC46
Black with #2FDC46
Text Example
Text Example
White with #2FDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC46; }
p { color: rgb(47,220,70); }
H1.HeaderClassName
{
color: #2FDC46;
}
.AnyTagClassName
{
color: #2FDC46;
}
</style>
background-color css
<style>
a { background-color: #2FDC46; }
a { background-color: rgb(47,220,70); }
div.DivClassName
{
background-color: #2FDC46;
}
.BgClassName
{
background-color: #2FDC46;
}
</style>
border-color css
<style>
span { border-color: #2FDC46; }
span { border-color: rgb(47,220,70); }
td.TdClassName
{
border-color: #2FDC46;
}
.TagClassName
{
border-color: #2FDC46;
}
</style>