Shades of Lime Green #2FBC3C
Tints of Lime Green #2FBC3C
RGB
CMYK
RGB Variations
Color information
#2FBC3C (or 0x2FBC3C) is known color: Lime Green. HEX triplet: 2F, BC and 3C. RGB value is (47,188,60). Sum of RGB (Red+Green+Blue) = 47+188+60=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC3C is #D043C3. Grayscale: #838383. Windows color (decimal): -13648836 or 3980335. OLE color: 3980335.
HSL color Cylindrical-coordinate representation of color #2FBC3C: hue angle of 125.53º 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 #2FBC3C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 60 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.26 |
| HSL | 125.53º | 0.6% | 0.46% | - |
| HSV(B) | 125.53º | 0.75% | 0.74% | - |
| XYZ | 19.97 | 36.9 | 10.34 | - |
| YUV | 131.25 | 87.79 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 60 | 0.75 | 0 | 0.68 | 0.26 | 125.53 | 0.6 | 0.46 |
| Hex | 2F | BC | 3C | 4B | 0 | 44 | 1A | 7E | 3C | 2E |
| Octal | 57 | 274 | 74 | 113 | 0 | 104 | 32 | 176 | 74 | 56 |
| Binary | 101111 | 10111100 | 111100 | 1001011 | 0 | 1000100 | 11010 | 1111110 | 111100 | 101110 |
Color Harmonies of #2FBC3C
Complementary color
Monochromatic Colors of #2FBC3C
Black with #2FBC3C
Text Example
Text Example
White with #2FBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC3C; }
p { color: rgb(47,188,60); }
H1.HeaderClassName
{
color: #2FBC3C;
}
.AnyTagClassName
{
color: #2FBC3C;
}
</style>
background-color css
<style>
a { background-color: #2FBC3C; }
a { background-color: rgb(47,188,60); }
div.DivClassName
{
background-color: #2FBC3C;
}
.BgClassName
{
background-color: #2FBC3C;
}
</style>
border-color css
<style>
span { border-color: #2FBC3C; }
span { border-color: rgb(47,188,60); }
td.TdClassName
{
border-color: #2FBC3C;
}
.TagClassName
{
border-color: #2FBC3C;
}
</style>