Shades of Lime Green #2FC52B
Tints of Lime Green #2FC52B
RGB
CMYK
RGB Variations
Color information
#2FC52B (or 0x2FC52B) is known color: Lime Green. HEX triplet: 2F, C5 and 2B. RGB value is (47,197,43). Sum of RGB (Red+Green+Blue) = 47+197+43=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC52B is #D03AD4. Grayscale: #878787. Windows color (decimal): -13646549 or 2868527. OLE color: 2868527.
HSL color Cylindrical-coordinate representation of color #2FC52B: hue angle of 118.44º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FC52B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 43 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.23 |
| HSL | 118.44º | 0.64% | 0.47% | - |
| HSV(B) | 118.44º | 0.78% | 0.77% | - |
| XYZ | 21.57 | 40.71 | 9.01 | - |
| YUV | 134.59 | 76.31 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 43 | 0.76 | 0 | 0.78 | 0.23 | 118.44 | 0.64 | 0.47 |
| Hex | 2F | C5 | 2B | 4C | 0 | 4E | 17 | 76 | 40 | 2F |
| Octal | 57 | 305 | 53 | 114 | 0 | 116 | 27 | 166 | 100 | 57 |
| Binary | 101111 | 11000101 | 101011 | 1001100 | 0 | 1001110 | 10111 | 1110110 | 1000000 | 101111 |
Color Harmonies of #2FC52B
Complementary color
Monochromatic Colors of #2FC52B
Black with #2FC52B
Text Example
Text Example
White with #2FC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC52B; }
p { color: rgb(47,197,43); }
H1.HeaderClassName
{
color: #2FC52B;
}
.AnyTagClassName
{
color: #2FC52B;
}
</style>
background-color css
<style>
a { background-color: #2FC52B; }
a { background-color: rgb(47,197,43); }
div.DivClassName
{
background-color: #2FC52B;
}
.BgClassName
{
background-color: #2FC52B;
}
</style>
border-color css
<style>
span { border-color: #2FC52B; }
span { border-color: rgb(47,197,43); }
td.TdClassName
{
border-color: #2FC52B;
}
.TagClassName
{
border-color: #2FC52B;
}
</style>