Shades of Lime Green #2FC429
Tints of Lime Green #2FC429
RGB
CMYK
RGB Variations
Color information
#2FC429 (or 0x2FC429) is known color: Lime Green. HEX triplet: 2F, C4 and 29. RGB value is (47,196,41). Sum of RGB (Red+Green+Blue) = 47+196+41=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC429 is #D03BD6. Grayscale: #868686. Windows color (decimal): -13646807 or 2737199. OLE color: 2737199.
HSL color Cylindrical-coordinate representation of color #2FC429: hue angle of 117.68º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FC429 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 41 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.23 |
| HSL | 117.68º | 0.65% | 0.46% | - |
| HSV(B) | 117.68º | 0.79% | 0.77% | - |
| XYZ | 21.31 | 40.24 | 8.74 | - |
| YUV | 133.78 | 75.64 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 41 | 0.76 | 0 | 0.79 | 0.23 | 117.68 | 0.65 | 0.46 |
| Hex | 2F | C4 | 29 | 4C | 0 | 4F | 17 | 76 | 41 | 2E |
| Octal | 57 | 304 | 51 | 114 | 0 | 117 | 27 | 166 | 101 | 56 |
| Binary | 101111 | 11000100 | 101001 | 1001100 | 0 | 1001111 | 10111 | 1110110 | 1000001 | 101110 |
Color Harmonies of #2FC429
Complementary color
Monochromatic Colors of #2FC429
Black with #2FC429
Text Example
Text Example
White with #2FC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC429; }
p { color: rgb(47,196,41); }
H1.HeaderClassName
{
color: #2FC429;
}
.AnyTagClassName
{
color: #2FC429;
}
</style>
background-color css
<style>
a { background-color: #2FC429; }
a { background-color: rgb(47,196,41); }
div.DivClassName
{
background-color: #2FC429;
}
.BgClassName
{
background-color: #2FC429;
}
</style>
border-color css
<style>
span { border-color: #2FC429; }
span { border-color: rgb(47,196,41); }
td.TdClassName
{
border-color: #2FC429;
}
.TagClassName
{
border-color: #2FC429;
}
</style>