Shades of Lime Green #2FC43B
Tints of Lime Green #2FC43B
RGB
CMYK
RGB Variations
Color information
#2FC43B (or 0x2FC43B) is known color: Lime Green. HEX triplet: 2F, C4 and 3B. RGB value is (47,196,59). Sum of RGB (Red+Green+Blue) = 47+196+59=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC43B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC43B is #D03BC4. Grayscale: #888888. Windows color (decimal): -13646789 or 3916847. OLE color: 3916847.
HSL color Cylindrical-coordinate representation of color #2FC43B: hue angle of 124.83º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC43B is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 59 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.23 |
| HSL | 124.83º | 0.61% | 0.48% | - |
| HSV(B) | 124.83º | 0.76% | 0.77% | - |
| XYZ | 21.7 | 40.4 | 10.79 | - |
| YUV | 135.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 59 | 0.76 | 0 | 0.70 | 0.23 | 124.83 | 0.61 | 0.48 |
| Hex | 2F | C4 | 3B | 4C | 0 | 46 | 17 | 7D | 3D | 30 |
| Octal | 57 | 304 | 73 | 114 | 0 | 106 | 27 | 175 | 75 | 60 |
| Binary | 101111 | 11000100 | 111011 | 1001100 | 0 | 1000110 | 10111 | 1111101 | 111101 | 110000 |
Color Harmonies of #2FC43B
Complementary color
Monochromatic Colors of #2FC43B
Black with #2FC43B
Text Example
Text Example
White with #2FC43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC43B; }
p { color: rgb(47,196,59); }
H1.HeaderClassName
{
color: #2FC43B;
}
.AnyTagClassName
{
color: #2FC43B;
}
</style>
background-color css
<style>
a { background-color: #2FC43B; }
a { background-color: rgb(47,196,59); }
div.DivClassName
{
background-color: #2FC43B;
}
.BgClassName
{
background-color: #2FC43B;
}
</style>
border-color css
<style>
span { border-color: #2FC43B; }
span { border-color: rgb(47,196,59); }
td.TdClassName
{
border-color: #2FC43B;
}
.TagClassName
{
border-color: #2FC43B;
}
</style>