Shades of Lime Green #2FBA1C
Tints of Lime Green #2FBA1C
RGB
CMYK
RGB Variations
Color information
#2FBA1C (or 0x2FBA1C) is known color: Lime Green. HEX triplet: 2F, BA and 1C. RGB value is (47,186,28). Sum of RGB (Red+Green+Blue) = 47+186+28=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA1C is #D045E3. Grayscale: #7E7E7E. Windows color (decimal): -13649380 or 1882671. OLE color: 1882671.
HSL color Cylindrical-coordinate representation of color #2FBA1C: hue angle of 112.78º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FBA1C is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 28 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.27 |
| HSL | 112.78º | 0.74% | 0.42% | - |
| HSV(B) | 112.78º | 0.85% | 0.73% | - |
| XYZ | 18.94 | 35.81 | 7.01 | - |
| YUV | 126.43 | 72.45 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 28 | 0.75 | 0 | 0.85 | 0.27 | 112.78 | 0.74 | 0.42 |
| Hex | 2F | BA | 1C | 4B | 0 | 55 | 1B | 71 | 4A | 2A |
| Octal | 57 | 272 | 34 | 113 | 0 | 125 | 33 | 161 | 112 | 52 |
| Binary | 101111 | 10111010 | 11100 | 1001011 | 0 | 1010101 | 11011 | 1110001 | 1001010 | 101010 |
Color Harmonies of #2FBA1C
Complementary color
Monochromatic Colors of #2FBA1C
Black with #2FBA1C
Text Example
Text Example
White with #2FBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA1C; }
p { color: rgb(47,186,28); }
H1.HeaderClassName
{
color: #2FBA1C;
}
.AnyTagClassName
{
color: #2FBA1C;
}
</style>
background-color css
<style>
a { background-color: #2FBA1C; }
a { background-color: rgb(47,186,28); }
div.DivClassName
{
background-color: #2FBA1C;
}
.BgClassName
{
background-color: #2FBA1C;
}
</style>
border-color css
<style>
span { border-color: #2FBA1C; }
span { border-color: rgb(47,186,28); }
td.TdClassName
{
border-color: #2FBA1C;
}
.TagClassName
{
border-color: #2FBA1C;
}
</style>