Shades of Lime Green #2FBC3E
Tints of Lime Green #2FBC3E
RGB
CMYK
RGB Variations
Color information
#2FBC3E (or 0x2FBC3E) is known color: Lime Green. HEX triplet: 2F, BC and 3E. RGB value is (47,188,62). Sum of RGB (Red+Green+Blue) = 47+188+62=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC3E is #D043C1. Grayscale: #838383. Windows color (decimal): -13648834 or 4111407. OLE color: 4111407.
HSL color Cylindrical-coordinate representation of color #2FBC3E: hue angle of 126.38º 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 #2FBC3E is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 62 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.26 |
| HSL | 126.38º | 0.6% | 0.46% | - |
| HSV(B) | 126.38º | 0.75% | 0.74% | - |
| XYZ | 20.03 | 36.92 | 10.63 | - |
| YUV | 131.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 62 | 0.75 | 0 | 0.67 | 0.26 | 126.38 | 0.6 | 0.46 |
| Hex | 2F | BC | 3E | 4B | 0 | 43 | 1A | 7E | 3C | 2E |
| Octal | 57 | 274 | 76 | 113 | 0 | 103 | 32 | 176 | 74 | 56 |
| Binary | 101111 | 10111100 | 111110 | 1001011 | 0 | 1000011 | 11010 | 1111110 | 111100 | 101110 |
Color Harmonies of #2FBC3E
Complementary color
Monochromatic Colors of #2FBC3E
Black with #2FBC3E
Text Example
Text Example
White with #2FBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC3E; }
p { color: rgb(47,188,62); }
H1.HeaderClassName
{
color: #2FBC3E;
}
.AnyTagClassName
{
color: #2FBC3E;
}
</style>
background-color css
<style>
a { background-color: #2FBC3E; }
a { background-color: rgb(47,188,62); }
div.DivClassName
{
background-color: #2FBC3E;
}
.BgClassName
{
background-color: #2FBC3E;
}
</style>
border-color css
<style>
span { border-color: #2FBC3E; }
span { border-color: rgb(47,188,62); }
td.TdClassName
{
border-color: #2FBC3E;
}
.TagClassName
{
border-color: #2FBC3E;
}
</style>