Shades of Lime Green #2FBC2F
Tints of Lime Green #2FBC2F
RGB
CMYK
RGB Variations
Color information
#2FBC2F (or 0x2FBC2F) is known color: Lime Green. HEX triplet: 2F, BC and 2F. RGB value is (47,188,47). Sum of RGB (Red+Green+Blue) = 47+188+47=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC2F is #D043D0. Grayscale: #828282. Windows color (decimal): -13648849 or 3128367. OLE color: 3128367.
HSL color Cylindrical-coordinate representation of color #2FBC2F: hue angle of 120º 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 #2FBC2F is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 47 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.26 |
| HSL | 120º | 0.6% | 0.46% | - |
| HSV(B) | 120º | 0.75% | 0.74% | - |
| XYZ | 19.67 | 36.78 | 8.75 | - |
| YUV | 129.77 | 81.29 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 47 | 0.75 | 0 | 0.75 | 0.26 | 120 | 0.6 | 0.46 |
| Hex | 2F | BC | 2F | 4B | 0 | 4B | 1A | 78 | 3C | 2E |
| Octal | 57 | 274 | 57 | 113 | 0 | 113 | 32 | 170 | 74 | 56 |
| Binary | 101111 | 10111100 | 101111 | 1001011 | 0 | 1001011 | 11010 | 1111000 | 111100 | 101110 |
Color Harmonies of #2FBC2F
Complementary color
Monochromatic Colors of #2FBC2F
Black with #2FBC2F
Text Example
Text Example
White with #2FBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC2F; }
p { color: rgb(47,188,47); }
H1.HeaderClassName
{
color: #2FBC2F;
}
.AnyTagClassName
{
color: #2FBC2F;
}
</style>
background-color css
<style>
a { background-color: #2FBC2F; }
a { background-color: rgb(47,188,47); }
div.DivClassName
{
background-color: #2FBC2F;
}
.BgClassName
{
background-color: #2FBC2F;
}
</style>
border-color css
<style>
span { border-color: #2FBC2F; }
span { border-color: rgb(47,188,47); }
td.TdClassName
{
border-color: #2FBC2F;
}
.TagClassName
{
border-color: #2FBC2F;
}
</style>