Shades of Lime Green #2FBC2D
Tints of Lime Green #2FBC2D
RGB
CMYK
RGB Variations
Color information
#2FBC2D (or 0x2FBC2D) is known color: Lime Green. HEX triplet: 2F, BC and 2D. RGB value is (47,188,45). Sum of RGB (Red+Green+Blue) = 47+188+45=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC2D is #D043D2. Grayscale: #818181. Windows color (decimal): -13648851 or 2997295. OLE color: 2997295.
HSL color Cylindrical-coordinate representation of color #2FBC2D: hue angle of 119.16º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FBC2D is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 45 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.26 |
| HSL | 119.16º | 0.61% | 0.46% | - |
| HSV(B) | 119.16º | 0.76% | 0.74% | - |
| XYZ | 19.63 | 36.76 | 8.54 | - |
| YUV | 129.54 | 80.29 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 45 | 0.75 | 0 | 0.76 | 0.26 | 119.16 | 0.61 | 0.46 |
| Hex | 2F | BC | 2D | 4B | 0 | 4C | 1A | 77 | 3D | 2E |
| Octal | 57 | 274 | 55 | 113 | 0 | 114 | 32 | 167 | 75 | 56 |
| Binary | 101111 | 10111100 | 101101 | 1001011 | 0 | 1001100 | 11010 | 1110111 | 111101 | 101110 |
Color Harmonies of #2FBC2D
Complementary color
Monochromatic Colors of #2FBC2D
Black with #2FBC2D
Text Example
Text Example
White with #2FBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC2D; }
p { color: rgb(47,188,45); }
H1.HeaderClassName
{
color: #2FBC2D;
}
.AnyTagClassName
{
color: #2FBC2D;
}
</style>
background-color css
<style>
a { background-color: #2FBC2D; }
a { background-color: rgb(47,188,45); }
div.DivClassName
{
background-color: #2FBC2D;
}
.BgClassName
{
background-color: #2FBC2D;
}
</style>
border-color css
<style>
span { border-color: #2FBC2D; }
span { border-color: rgb(47,188,45); }
td.TdClassName
{
border-color: #2FBC2D;
}
.TagClassName
{
border-color: #2FBC2D;
}
</style>