Shades of Lime Green #2FC017
Tints of Lime Green #2FC017
RGB
CMYK
RGB Variations
Color information
#2FC017 (or 0x2FC017) is known color: Lime Green. HEX triplet: 2F, C0 and 17. RGB value is (47,192,23). Sum of RGB (Red+Green+Blue) = 47+192+23=262 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.94% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC017 is #D03FE8. Grayscale: #818181. Windows color (decimal): -13647849 or 1556527. OLE color: 1556527.
HSL color Cylindrical-coordinate representation of color #2FC017: hue angle of 111.48º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FC017 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 23 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.25 |
| HSL | 111.48º | 0.79% | 0.42% | - |
| HSV(B) | 111.48º | 0.88% | 0.75% | - |
| XYZ | 20.18 | 38.37 | 7.15 | - |
| YUV | 129.38 | 67.96 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 23 | 0.76 | 0 | 0.88 | 0.25 | 111.48 | 0.79 | 0.42 |
| Hex | 2F | C0 | 17 | 4C | 0 | 58 | 19 | 6F | 4F | 2A |
| Octal | 57 | 300 | 27 | 114 | 0 | 130 | 31 | 157 | 117 | 52 |
| Binary | 101111 | 11000000 | 10111 | 1001100 | 0 | 1011000 | 11001 | 1101111 | 1001111 | 101010 |
Color Harmonies of #2FC017
Complementary color
Monochromatic Colors of #2FC017
Black with #2FC017
Text Example
Text Example
White with #2FC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC017; }
p { color: rgb(47,192,23); }
H1.HeaderClassName
{
color: #2FC017;
}
.AnyTagClassName
{
color: #2FC017;
}
</style>
background-color css
<style>
a { background-color: #2FC017; }
a { background-color: rgb(47,192,23); }
div.DivClassName
{
background-color: #2FC017;
}
.BgClassName
{
background-color: #2FC017;
}
</style>
border-color css
<style>
span { border-color: #2FC017; }
span { border-color: rgb(47,192,23); }
td.TdClassName
{
border-color: #2FC017;
}
.TagClassName
{
border-color: #2FC017;
}
</style>