Shades of Lime Green #2FC529
Tints of Lime Green #2FC529
RGB
CMYK
RGB Variations
Color information
#2FC529 (or 0x2FC529) is known color: Lime Green. HEX triplet: 2F, C5 and 29. RGB value is (47,197,41). Sum of RGB (Red+Green+Blue) = 47+197+41=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC529 is #D03AD6. Grayscale: #868686. Windows color (decimal): -13646551 or 2737455. OLE color: 2737455.
HSL color Cylindrical-coordinate representation of color #2FC529: hue angle of 117.69º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FC529 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 41 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.23 |
| HSL | 117.69º | 0.66% | 0.47% | - |
| HSV(B) | 117.69º | 0.79% | 0.77% | - |
| XYZ | 21.54 | 40.7 | 8.82 | - |
| YUV | 134.37 | 75.31 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 41 | 0.76 | 0 | 0.79 | 0.23 | 117.69 | 0.66 | 0.47 |
| Hex | 2F | C5 | 29 | 4C | 0 | 4F | 17 | 76 | 42 | 2F |
| Octal | 57 | 305 | 51 | 114 | 0 | 117 | 27 | 166 | 102 | 57 |
| Binary | 101111 | 11000101 | 101001 | 1001100 | 0 | 1001111 | 10111 | 1110110 | 1000010 | 101111 |
Color Harmonies of #2FC529
Complementary color
Monochromatic Colors of #2FC529
Black with #2FC529
Text Example
Text Example
White with #2FC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC529; }
p { color: rgb(47,197,41); }
H1.HeaderClassName
{
color: #2FC529;
}
.AnyTagClassName
{
color: #2FC529;
}
</style>
background-color css
<style>
a { background-color: #2FC529; }
a { background-color: rgb(47,197,41); }
div.DivClassName
{
background-color: #2FC529;
}
.BgClassName
{
background-color: #2FC529;
}
</style>
border-color css
<style>
span { border-color: #2FC529; }
span { border-color: rgb(47,197,41); }
td.TdClassName
{
border-color: #2FC529;
}
.TagClassName
{
border-color: #2FC529;
}
</style>