Shades of Lime Green #2FBC1A
Tints of Lime Green #2FBC1A
RGB
CMYK
RGB Variations
Color information
#2FBC1A (or 0x2FBC1A) is known color: Lime Green. HEX triplet: 2F, BC and 1A. RGB value is (47,188,26). Sum of RGB (Red+Green+Blue) = 47+188+26=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC1A is #D043E5. Grayscale: #7F7F7F. Windows color (decimal): -13648870 or 1752111. OLE color: 1752111.
HSL color Cylindrical-coordinate representation of color #2FBC1A: hue angle of 112.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FBC1A is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 26 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.26 |
| HSL | 112.22º | 0.76% | 0.42% | - |
| HSV(B) | 112.22º | 0.86% | 0.74% | - |
| XYZ | 19.34 | 36.65 | 7.03 | - |
| YUV | 127.37 | 70.79 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 26 | 0.75 | 0 | 0.86 | 0.26 | 112.22 | 0.76 | 0.42 |
| Hex | 2F | BC | 1A | 4B | 0 | 56 | 1A | 70 | 4C | 2A |
| Octal | 57 | 274 | 32 | 113 | 0 | 126 | 32 | 160 | 114 | 52 |
| Binary | 101111 | 10111100 | 11010 | 1001011 | 0 | 1010110 | 11010 | 1110000 | 1001100 | 101010 |
Color Harmonies of #2FBC1A
Complementary color
Monochromatic Colors of #2FBC1A
Black with #2FBC1A
Text Example
Text Example
White with #2FBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC1A; }
p { color: rgb(47,188,26); }
H1.HeaderClassName
{
color: #2FBC1A;
}
.AnyTagClassName
{
color: #2FBC1A;
}
</style>
background-color css
<style>
a { background-color: #2FBC1A; }
a { background-color: rgb(47,188,26); }
div.DivClassName
{
background-color: #2FBC1A;
}
.BgClassName
{
background-color: #2FBC1A;
}
</style>
border-color css
<style>
span { border-color: #2FBC1A; }
span { border-color: rgb(47,188,26); }
td.TdClassName
{
border-color: #2FBC1A;
}
.TagClassName
{
border-color: #2FBC1A;
}
</style>