Shades of Lime Green #2FBA27
Tints of Lime Green #2FBA27
RGB
CMYK
RGB Variations
Color information
#2FBA27 (or 0x2FBA27) is known color: Lime Green. HEX triplet: 2F, BA and 27. RGB value is (47,186,39). Sum of RGB (Red+Green+Blue) = 47+186+39=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA27 is #D045D8. Grayscale: #808080. Windows color (decimal): -13649369 or 2603567. OLE color: 2603567.
HSL color Cylindrical-coordinate representation of color #2FBA27: hue angle of 116.73º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBA27 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 39 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.27 |
| HSL | 116.73º | 0.65% | 0.44% | - |
| HSV(B) | 116.73º | 0.79% | 0.73% | - |
| XYZ | 19.1 | 35.87 | 7.84 | - |
| YUV | 127.68 | 77.95 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 39 | 0.75 | 0 | 0.79 | 0.27 | 116.73 | 0.65 | 0.44 |
| Hex | 2F | BA | 27 | 4B | 0 | 4F | 1B | 75 | 41 | 2C |
| Octal | 57 | 272 | 47 | 113 | 0 | 117 | 33 | 165 | 101 | 54 |
| Binary | 101111 | 10111010 | 100111 | 1001011 | 0 | 1001111 | 11011 | 1110101 | 1000001 | 101100 |
Color Harmonies of #2FBA27
Complementary color
Monochromatic Colors of #2FBA27
Black with #2FBA27
Text Example
Text Example
White with #2FBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA27; }
p { color: rgb(47,186,39); }
H1.HeaderClassName
{
color: #2FBA27;
}
.AnyTagClassName
{
color: #2FBA27;
}
</style>
background-color css
<style>
a { background-color: #2FBA27; }
a { background-color: rgb(47,186,39); }
div.DivClassName
{
background-color: #2FBA27;
}
.BgClassName
{
background-color: #2FBA27;
}
</style>
border-color css
<style>
span { border-color: #2FBA27; }
span { border-color: rgb(47,186,39); }
td.TdClassName
{
border-color: #2FBA27;
}
.TagClassName
{
border-color: #2FBA27;
}
</style>