Shades of Lime Green #2FC829
Tints of Lime Green #2FC829
RGB
CMYK
RGB Variations
Color information
#2FC829 (or 0x2FC829) is known color: Lime Green. HEX triplet: 2F, C8 and 29. RGB value is (47,200,41). Sum of RGB (Red+Green+Blue) = 47+200+41=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 200 (78.52% from 255 or 69.44% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC829 is #D037D6. Grayscale: #888888. Windows color (decimal): -13645783 or 2738223. OLE color: 2738223.
HSL color Cylindrical-coordinate representation of color #2FC829: hue angle of 117.74º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC829 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 41 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.22 |
| HSL | 117.74º | 0.66% | 0.47% | - |
| HSV(B) | 117.74º | 0.8% | 0.78% | - |
| XYZ | 22.23 | 42.07 | 9.05 | - |
| YUV | 136.13 | 74.31 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 41 | 0.76 | 0 | 0.80 | 0.22 | 117.74 | 0.66 | 0.47 |
| Hex | 2F | C8 | 29 | 4C | 0 | 50 | 16 | 76 | 42 | 2F |
| Octal | 57 | 310 | 51 | 114 | 0 | 120 | 26 | 166 | 102 | 57 |
| Binary | 101111 | 11001000 | 101001 | 1001100 | 0 | 1010000 | 10110 | 1110110 | 1000010 | 101111 |
Color Harmonies of #2FC829
Complementary color
Monochromatic Colors of #2FC829
Black with #2FC829
Text Example
Text Example
White with #2FC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC829; }
p { color: rgb(47,200,41); }
H1.HeaderClassName
{
color: #2FC829;
}
.AnyTagClassName
{
color: #2FC829;
}
</style>
background-color css
<style>
a { background-color: #2FC829; }
a { background-color: rgb(47,200,41); }
div.DivClassName
{
background-color: #2FC829;
}
.BgClassName
{
background-color: #2FC829;
}
</style>
border-color css
<style>
span { border-color: #2FC829; }
span { border-color: rgb(47,200,41); }
td.TdClassName
{
border-color: #2FC829;
}
.TagClassName
{
border-color: #2FC829;
}
</style>