Shades of Lime Green #2FBC27
Tints of Lime Green #2FBC27
RGB
CMYK
RGB Variations
Color information
#2FBC27 (or 0x2FBC27) is known color: Lime Green. HEX triplet: 2F, BC and 27. RGB value is (47,188,39). Sum of RGB (Red+Green+Blue) = 47+188+39=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC27 is #D043D8. Grayscale: #818181. Windows color (decimal): -13648857 or 2604079. OLE color: 2604079.
HSL color Cylindrical-coordinate representation of color #2FBC27: hue angle of 116.78º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBC27 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 39 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.26 |
| HSL | 116.78º | 0.66% | 0.45% | - |
| HSV(B) | 116.78º | 0.79% | 0.74% | - |
| XYZ | 19.52 | 36.72 | 7.98 | - |
| YUV | 128.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 39 | 0.75 | 0 | 0.79 | 0.26 | 116.78 | 0.66 | 0.45 |
| Hex | 2F | BC | 27 | 4B | 0 | 4F | 1A | 75 | 42 | 2D |
| Octal | 57 | 274 | 47 | 113 | 0 | 117 | 32 | 165 | 102 | 55 |
| Binary | 101111 | 10111100 | 100111 | 1001011 | 0 | 1001111 | 11010 | 1110101 | 1000010 | 101101 |
Color Harmonies of #2FBC27
Complementary color
Monochromatic Colors of #2FBC27
Black with #2FBC27
Text Example
Text Example
White with #2FBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC27; }
p { color: rgb(47,188,39); }
H1.HeaderClassName
{
color: #2FBC27;
}
.AnyTagClassName
{
color: #2FBC27;
}
</style>
background-color css
<style>
a { background-color: #2FBC27; }
a { background-color: rgb(47,188,39); }
div.DivClassName
{
background-color: #2FBC27;
}
.BgClassName
{
background-color: #2FBC27;
}
</style>
border-color css
<style>
span { border-color: #2FBC27; }
span { border-color: rgb(47,188,39); }
td.TdClassName
{
border-color: #2FBC27;
}
.TagClassName
{
border-color: #2FBC27;
}
</style>