Shades of Lime Green #2FCB17
Tints of Lime Green #2FCB17
RGB
CMYK
RGB Variations
Color information
#2FCB17 (or 0x2FCB17) is known color: Lime Green. HEX triplet: 2F, CB and 17. RGB value is (47,203,23). Sum of RGB (Red+Green+Blue) = 47+203+23=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCB17 is #D034E8. Grayscale: #888888. Windows color (decimal): -13645033 or 1559343. OLE color: 1559343.
HSL color Cylindrical-coordinate representation of color #2FCB17: hue angle of 112º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FCB17 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 23 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.20 |
| HSL | 112º | 0.8% | 0.44% | - |
| HSV(B) | 112º | 0.89% | 0.8% | - |
| XYZ | 22.68 | 43.38 | 7.99 | - |
| YUV | 135.84 | 64.32 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 23 | 0.77 | 0 | 0.89 | 0.20 | 112 | 0.8 | 0.44 |
| Hex | 2F | CB | 17 | 4D | 0 | 59 | 14 | 70 | 50 | 2C |
| Octal | 57 | 313 | 27 | 115 | 0 | 131 | 24 | 160 | 120 | 54 |
| Binary | 101111 | 11001011 | 10111 | 1001101 | 0 | 1011001 | 10100 | 1110000 | 1010000 | 101100 |
Color Harmonies of #2FCB17
Complementary color
Monochromatic Colors of #2FCB17
Black with #2FCB17
Text Example
Text Example
White with #2FCB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB17; }
p { color: rgb(47,203,23); }
H1.HeaderClassName
{
color: #2FCB17;
}
.AnyTagClassName
{
color: #2FCB17;
}
</style>
background-color css
<style>
a { background-color: #2FCB17; }
a { background-color: rgb(47,203,23); }
div.DivClassName
{
background-color: #2FCB17;
}
.BgClassName
{
background-color: #2FCB17;
}
</style>
border-color css
<style>
span { border-color: #2FCB17; }
span { border-color: rgb(47,203,23); }
td.TdClassName
{
border-color: #2FCB17;
}
.TagClassName
{
border-color: #2FCB17;
}
</style>