Shades of Lime Green #2FC42B
Tints of Lime Green #2FC42B
RGB
CMYK
RGB Variations
Color information
#2FC42B (or 0x2FC42B) is known color: Lime Green. HEX triplet: 2F, C4 and 2B. RGB value is (47,196,43). Sum of RGB (Red+Green+Blue) = 47+196+43=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC42B is #D03BD4. Grayscale: #868686. Windows color (decimal): -13646805 or 2868271. OLE color: 2868271.
HSL color Cylindrical-coordinate representation of color #2FC42B: hue angle of 118.43º 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 #2FC42B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 43 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.23 |
| HSL | 118.43º | 0.64% | 0.47% | - |
| HSV(B) | 118.43º | 0.78% | 0.77% | - |
| XYZ | 21.35 | 40.26 | 8.93 | - |
| YUV | 134.01 | 76.64 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 43 | 0.76 | 0 | 0.78 | 0.23 | 118.43 | 0.64 | 0.47 |
| Hex | 2F | C4 | 2B | 4C | 0 | 4E | 17 | 76 | 40 | 2F |
| Octal | 57 | 304 | 53 | 114 | 0 | 116 | 27 | 166 | 100 | 57 |
| Binary | 101111 | 11000100 | 101011 | 1001100 | 0 | 1001110 | 10111 | 1110110 | 1000000 | 101111 |
Color Harmonies of #2FC42B
Complementary color
Monochromatic Colors of #2FC42B
Black with #2FC42B
Text Example
Text Example
White with #2FC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC42B; }
p { color: rgb(47,196,43); }
H1.HeaderClassName
{
color: #2FC42B;
}
.AnyTagClassName
{
color: #2FC42B;
}
</style>
background-color css
<style>
a { background-color: #2FC42B; }
a { background-color: rgb(47,196,43); }
div.DivClassName
{
background-color: #2FC42B;
}
.BgClassName
{
background-color: #2FC42B;
}
</style>
border-color css
<style>
span { border-color: #2FC42B; }
span { border-color: rgb(47,196,43); }
td.TdClassName
{
border-color: #2FC42B;
}
.TagClassName
{
border-color: #2FC42B;
}
</style>