Shades of Lime Green #2FBC2A
Tints of Lime Green #2FBC2A
RGB
CMYK
RGB Variations
Color information
#2FBC2A (or 0x2FBC2A) is known color: Lime Green. HEX triplet: 2F, BC and 2A. RGB value is (47,188,42). Sum of RGB (Red+Green+Blue) = 47+188+42=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 188 (73.83% from 255 or 67.87% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC2A is #D043D5. Grayscale: #818181. Windows color (decimal): -13648854 or 2800687. OLE color: 2800687.
HSL color Cylindrical-coordinate representation of color #2FBC2A: hue angle of 117.95º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBC2A is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 42 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.26 |
| HSL | 117.95º | 0.63% | 0.45% | - |
| HSV(B) | 117.95º | 0.78% | 0.74% | - |
| XYZ | 19.57 | 36.74 | 8.25 | - |
| YUV | 129.2 | 78.79 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 42 | 0.75 | 0 | 0.78 | 0.26 | 117.95 | 0.63 | 0.45 |
| Hex | 2F | BC | 2A | 4B | 0 | 4E | 1A | 76 | 3F | 2D |
| Octal | 57 | 274 | 52 | 113 | 0 | 116 | 32 | 166 | 77 | 55 |
| Binary | 101111 | 10111100 | 101010 | 1001011 | 0 | 1001110 | 11010 | 1110110 | 111111 | 101101 |
Color Harmonies of #2FBC2A
Complementary color
Monochromatic Colors of #2FBC2A
Black with #2FBC2A
Text Example
Text Example
White with #2FBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC2A; }
p { color: rgb(47,188,42); }
H1.HeaderClassName
{
color: #2FBC2A;
}
.AnyTagClassName
{
color: #2FBC2A;
}
</style>
background-color css
<style>
a { background-color: #2FBC2A; }
a { background-color: rgb(47,188,42); }
div.DivClassName
{
background-color: #2FBC2A;
}
.BgClassName
{
background-color: #2FBC2A;
}
</style>
border-color css
<style>
span { border-color: #2FBC2A; }
span { border-color: rgb(47,188,42); }
td.TdClassName
{
border-color: #2FBC2A;
}
.TagClassName
{
border-color: #2FBC2A;
}
</style>