Shades of Lime Green #2FBC4B
Tints of Lime Green #2FBC4B
RGB
CMYK
RGB Variations
Color information
#2FBC4B (or 0x2FBC4B) is known color: Lime Green. HEX triplet: 2F, BC and 4B. RGB value is (47,188,75). Sum of RGB (Red+Green+Blue) = 47+188+75=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC4B is #D043B4. Grayscale: #858585. Windows color (decimal): -13648821 or 4963375. OLE color: 4963375.
HSL color Cylindrical-coordinate representation of color #2FBC4B: hue angle of 131.91º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC4B is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 75 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.26 |
| HSL | 131.91º | 0.6% | 0.46% | - |
| HSV(B) | 131.91º | 0.75% | 0.74% | - |
| XYZ | 20.43 | 37.08 | 12.74 | - |
| YUV | 132.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 75 | 0.75 | 0 | 0.60 | 0.26 | 131.91 | 0.6 | 0.46 |
| Hex | 2F | BC | 4B | 4B | 0 | 3C | 1A | 84 | 3C | 2E |
| Octal | 57 | 274 | 113 | 113 | 0 | 74 | 32 | 204 | 74 | 56 |
| Binary | 101111 | 10111100 | 1001011 | 1001011 | 0 | 111100 | 11010 | 10000100 | 111100 | 101110 |
Color Harmonies of #2FBC4B
Complementary color
Monochromatic Colors of #2FBC4B
Black with #2FBC4B
Text Example
Text Example
White with #2FBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC4B; }
p { color: rgb(47,188,75); }
H1.HeaderClassName
{
color: #2FBC4B;
}
.AnyTagClassName
{
color: #2FBC4B;
}
</style>
background-color css
<style>
a { background-color: #2FBC4B; }
a { background-color: rgb(47,188,75); }
div.DivClassName
{
background-color: #2FBC4B;
}
.BgClassName
{
background-color: #2FBC4B;
}
</style>
border-color css
<style>
span { border-color: #2FBC4B; }
span { border-color: rgb(47,188,75); }
td.TdClassName
{
border-color: #2FBC4B;
}
.TagClassName
{
border-color: #2FBC4B;
}
</style>