Shades of Lime Green #2FBC29
Tints of Lime Green #2FBC29
RGB
CMYK
RGB Variations
Color information
#2FBC29 (or 0x2FBC29) is known color: Lime Green. HEX triplet: 2F, BC and 29. RGB value is (47,188,41). Sum of RGB (Red+Green+Blue) = 47+188+41=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC29 is #D043D6. Grayscale: #818181. Windows color (decimal): -13648855 or 2735151. OLE color: 2735151.
HSL color Cylindrical-coordinate representation of color #2FBC29: hue angle of 117.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBC29 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 41 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.26 |
| HSL | 117.55º | 0.64% | 0.45% | - |
| HSV(B) | 117.55º | 0.78% | 0.74% | - |
| XYZ | 19.56 | 36.73 | 8.16 | - |
| YUV | 129.08 | 78.29 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 41 | 0.75 | 0 | 0.78 | 0.26 | 117.55 | 0.64 | 0.45 |
| Hex | 2F | BC | 29 | 4B | 0 | 4E | 1A | 76 | 40 | 2D |
| Octal | 57 | 274 | 51 | 113 | 0 | 116 | 32 | 166 | 100 | 55 |
| Binary | 101111 | 10111100 | 101001 | 1001011 | 0 | 1001110 | 11010 | 1110110 | 1000000 | 101101 |
Color Harmonies of #2FBC29
Complementary color
Monochromatic Colors of #2FBC29
Black with #2FBC29
Text Example
Text Example
White with #2FBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC29; }
p { color: rgb(47,188,41); }
H1.HeaderClassName
{
color: #2FBC29;
}
.AnyTagClassName
{
color: #2FBC29;
}
</style>
background-color css
<style>
a { background-color: #2FBC29; }
a { background-color: rgb(47,188,41); }
div.DivClassName
{
background-color: #2FBC29;
}
.BgClassName
{
background-color: #2FBC29;
}
</style>
border-color css
<style>
span { border-color: #2FBC29; }
span { border-color: rgb(47,188,41); }
td.TdClassName
{
border-color: #2FBC29;
}
.TagClassName
{
border-color: #2FBC29;
}
</style>