Shades of Lime Green #2FBC39
Tints of Lime Green #2FBC39
RGB
CMYK
RGB Variations
Color information
#2FBC39 (or 0x2FBC39) is known color: Lime Green. HEX triplet: 2F, BC and 39. RGB value is (47,188,57). Sum of RGB (Red+Green+Blue) = 47+188+57=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC39 is #D043C6. Grayscale: #838383. Windows color (decimal): -13648839 or 3783727. OLE color: 3783727.
HSL color Cylindrical-coordinate representation of color #2FBC39: hue angle of 124.26º 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 #2FBC39 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 57 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.26 |
| HSL | 124.26º | 0.6% | 0.46% | - |
| HSV(B) | 124.26º | 0.75% | 0.74% | - |
| XYZ | 19.89 | 36.87 | 9.94 | - |
| YUV | 130.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 57 | 0.75 | 0 | 0.70 | 0.26 | 124.26 | 0.6 | 0.46 |
| Hex | 2F | BC | 39 | 4B | 0 | 46 | 1A | 7C | 3C | 2E |
| Octal | 57 | 274 | 71 | 113 | 0 | 106 | 32 | 174 | 74 | 56 |
| Binary | 101111 | 10111100 | 111001 | 1001011 | 0 | 1000110 | 11010 | 1111100 | 111100 | 101110 |
Color Harmonies of #2FBC39
Complementary color
Monochromatic Colors of #2FBC39
Black with #2FBC39
Text Example
Text Example
White with #2FBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC39; }
p { color: rgb(47,188,57); }
H1.HeaderClassName
{
color: #2FBC39;
}
.AnyTagClassName
{
color: #2FBC39;
}
</style>
background-color css
<style>
a { background-color: #2FBC39; }
a { background-color: rgb(47,188,57); }
div.DivClassName
{
background-color: #2FBC39;
}
.BgClassName
{
background-color: #2FBC39;
}
</style>
border-color css
<style>
span { border-color: #2FBC39; }
span { border-color: rgb(47,188,57); }
td.TdClassName
{
border-color: #2FBC39;
}
.TagClassName
{
border-color: #2FBC39;
}
</style>