Shades of Lime Green #2FCE10
Tints of Lime Green #2FCE10
RGB
CMYK
RGB Variations
Color information
#2FCE10 (or 0x2FCE10) is known color: Lime Green. HEX triplet: 2F, CE and 10. RGB value is (47,206,16). Sum of RGB (Red+Green+Blue) = 47+206+16=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCE10 is #D031EF. Grayscale: #898989. Windows color (decimal): -13644272 or 1101359. OLE color: 1101359.
HSL color Cylindrical-coordinate representation of color #2FCE10: hue angle of 110.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FCE10 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 16 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.19 |
| HSL | 110.21º | 0.86% | 0.44% | - |
| HSV(B) | 110.21º | 0.92% | 0.81% | - |
| XYZ | 23.34 | 44.78 | 7.9 | - |
| YUV | 136.8 | 59.82 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 16 | 0.77 | 0 | 0.92 | 0.19 | 110.21 | 0.86 | 0.44 |
| Hex | 2F | CE | 10 | 4D | 0 | 5C | 13 | 6E | 56 | 2C |
| Octal | 57 | 316 | 20 | 115 | 0 | 134 | 23 | 156 | 126 | 54 |
| Binary | 101111 | 11001110 | 10000 | 1001101 | 0 | 1011100 | 10011 | 1101110 | 1010110 | 101100 |
Color Harmonies of #2FCE10
Complementary color
Monochromatic Colors of #2FCE10
Black with #2FCE10
Text Example
Text Example
White with #2FCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE10; }
p { color: rgb(47,206,16); }
H1.HeaderClassName
{
color: #2FCE10;
}
.AnyTagClassName
{
color: #2FCE10;
}
</style>
background-color css
<style>
a { background-color: #2FCE10; }
a { background-color: rgb(47,206,16); }
div.DivClassName
{
background-color: #2FCE10;
}
.BgClassName
{
background-color: #2FCE10;
}
</style>
border-color css
<style>
span { border-color: #2FCE10; }
span { border-color: rgb(47,206,16); }
td.TdClassName
{
border-color: #2FCE10;
}
.TagClassName
{
border-color: #2FCE10;
}
</style>