Shades of Lime Green #2FCB2C
Tints of Lime Green #2FCB2C
RGB
CMYK
RGB Variations
Color information
#2FCB2C (or 0x2FCB2C) is known color: Lime Green. HEX triplet: 2F, CB and 2C. RGB value is (47,203,44). Sum of RGB (Red+Green+Blue) = 47+203+44=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCB2C is #D034D3. Grayscale: #8A8A8A. Windows color (decimal): -13645012 or 2935599. OLE color: 2935599.
HSL color Cylindrical-coordinate representation of color #2FCB2C: hue angle of 118.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCB2C is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 44 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.20 |
| HSL | 118.87º | 0.64% | 0.48% | - |
| HSV(B) | 118.87º | 0.78% | 0.8% | - |
| XYZ | 22.98 | 43.5 | 9.57 | - |
| YUV | 138.23 | 74.82 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 44 | 0.77 | 0 | 0.78 | 0.20 | 118.87 | 0.64 | 0.48 |
| Hex | 2F | CB | 2C | 4D | 0 | 4E | 14 | 77 | 40 | 30 |
| Octal | 57 | 313 | 54 | 115 | 0 | 116 | 24 | 167 | 100 | 60 |
| Binary | 101111 | 11001011 | 101100 | 1001101 | 0 | 1001110 | 10100 | 1110111 | 1000000 | 110000 |
Color Harmonies of #2FCB2C
Complementary color
Monochromatic Colors of #2FCB2C
Black with #2FCB2C
Text Example
Text Example
White with #2FCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB2C; }
p { color: rgb(47,203,44); }
H1.HeaderClassName
{
color: #2FCB2C;
}
.AnyTagClassName
{
color: #2FCB2C;
}
</style>
background-color css
<style>
a { background-color: #2FCB2C; }
a { background-color: rgb(47,203,44); }
div.DivClassName
{
background-color: #2FCB2C;
}
.BgClassName
{
background-color: #2FCB2C;
}
</style>
border-color css
<style>
span { border-color: #2FCB2C; }
span { border-color: rgb(47,203,44); }
td.TdClassName
{
border-color: #2FCB2C;
}
.TagClassName
{
border-color: #2FCB2C;
}
</style>