Shades of Lime Green #2FBC2C
Tints of Lime Green #2FBC2C
RGB
CMYK
RGB Variations
Color information
#2FBC2C (or 0x2FBC2C) is known color: Lime Green. HEX triplet: 2F, BC and 2C. RGB value is (47,188,44). Sum of RGB (Red+Green+Blue) = 47+188+44=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC2C is #D043D3. Grayscale: #818181. Windows color (decimal): -13648852 or 2931759. OLE color: 2931759.
HSL color Cylindrical-coordinate representation of color #2FBC2C: hue angle of 118.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FBC2C is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 44 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.26 |
| HSL | 118.75º | 0.62% | 0.45% | - |
| HSV(B) | 118.75º | 0.77% | 0.74% | - |
| XYZ | 19.61 | 36.75 | 8.44 | - |
| YUV | 129.43 | 79.79 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 44 | 0.75 | 0 | 0.77 | 0.26 | 118.75 | 0.62 | 0.45 |
| Hex | 2F | BC | 2C | 4B | 0 | 4D | 1A | 77 | 3E | 2D |
| Octal | 57 | 274 | 54 | 113 | 0 | 115 | 32 | 167 | 76 | 55 |
| Binary | 101111 | 10111100 | 101100 | 1001011 | 0 | 1001101 | 11010 | 1110111 | 111110 | 101101 |
Color Harmonies of #2FBC2C
Complementary color
Monochromatic Colors of #2FBC2C
Black with #2FBC2C
Text Example
Text Example
White with #2FBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC2C; }
p { color: rgb(47,188,44); }
H1.HeaderClassName
{
color: #2FBC2C;
}
.AnyTagClassName
{
color: #2FBC2C;
}
</style>
background-color css
<style>
a { background-color: #2FBC2C; }
a { background-color: rgb(47,188,44); }
div.DivClassName
{
background-color: #2FBC2C;
}
.BgClassName
{
background-color: #2FBC2C;
}
</style>
border-color css
<style>
span { border-color: #2FBC2C; }
span { border-color: rgb(47,188,44); }
td.TdClassName
{
border-color: #2FBC2C;
}
.TagClassName
{
border-color: #2FBC2C;
}
</style>