Shades of Lime Green #2FD829
Tints of Lime Green #2FD829
RGB
CMYK
RGB Variations
Color information
#2FD829 (or 0x2FD829) is known color: Lime Green. HEX triplet: 2F, D8 and 29. RGB value is (47,216,41). Sum of RGB (Red+Green+Blue) = 47+216+41=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD829 is #D027D6. Grayscale: #929292. Windows color (decimal): -13641687 or 2742319. OLE color: 2742319.
HSL color Cylindrical-coordinate representation of color #2FD829: hue angle of 117.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FD829 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 41 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.15 |
| HSL | 117.94º | 0.69% | 0.5% | - |
| HSV(B) | 117.94º | 0.81% | 0.85% | - |
| XYZ | 26.13 | 49.88 | 10.35 | - |
| YUV | 145.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 41 | 0.78 | 0 | 0.81 | 0.15 | 117.94 | 0.69 | 0.5 |
| Hex | 2F | D8 | 29 | 4E | 0 | 51 | F | 76 | 45 | 32 |
| Octal | 57 | 330 | 51 | 116 | 0 | 121 | 17 | 166 | 105 | 62 |
| Binary | 101111 | 11011000 | 101001 | 1001110 | 0 | 1010001 | 1111 | 1110110 | 1000101 | 110010 |
Color Harmonies of #2FD829
Complementary color
Monochromatic Colors of #2FD829
Black with #2FD829
Text Example
Text Example
White with #2FD829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD829; }
p { color: rgb(47,216,41); }
H1.HeaderClassName
{
color: #2FD829;
}
.AnyTagClassName
{
color: #2FD829;
}
</style>
background-color css
<style>
a { background-color: #2FD829; }
a { background-color: rgb(47,216,41); }
div.DivClassName
{
background-color: #2FD829;
}
.BgClassName
{
background-color: #2FD829;
}
</style>
border-color css
<style>
span { border-color: #2FD829; }
span { border-color: rgb(47,216,41); }
td.TdClassName
{
border-color: #2FD829;
}
.TagClassName
{
border-color: #2FD829;
}
</style>