Shades of Lime Green #2FD90C
Tints of Lime Green #2FD90C
RGB
CMYK
RGB Variations
Color information
#2FD90C (or 0x2FD90C) is known color: Lime Green. HEX triplet: 2F, D9 and 0C. RGB value is (47,217,12). Sum of RGB (Red+Green+Blue) = 47+217+12=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 217 (85.16% from 255 or 78.62% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD90C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD90C is #D026F3. Grayscale: #8F8F8F. Windows color (decimal): -13641460 or 842031. OLE color: 842031.
HSL color Cylindrical-coordinate representation of color #2FD90C: hue angle of 109.76º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FD90C is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 12 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.15 |
| HSL | 109.76º | 0.9% | 0.45% | - |
| HSV(B) | 109.76º | 0.94% | 0.85% | - |
| XYZ | 26.05 | 50.26 | 8.68 | - |
| YUV | 142.8 | 54.18 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 12 | 0.78 | 0 | 0.94 | 0.15 | 109.76 | 0.9 | 0.45 |
| Hex | 2F | D9 | C | 4E | 0 | 5E | F | 6E | 5A | 2D |
| Octal | 57 | 331 | 14 | 116 | 0 | 136 | 17 | 156 | 132 | 55 |
| Binary | 101111 | 11011001 | 1100 | 1001110 | 0 | 1011110 | 1111 | 1101110 | 1011010 | 101101 |
Color Harmonies of #2FD90C
Complementary color
Monochromatic Colors of #2FD90C
Black with #2FD90C
Text Example
Text Example
White with #2FD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD90C; }
p { color: rgb(47,217,12); }
H1.HeaderClassName
{
color: #2FD90C;
}
.AnyTagClassName
{
color: #2FD90C;
}
</style>
background-color css
<style>
a { background-color: #2FD90C; }
a { background-color: rgb(47,217,12); }
div.DivClassName
{
background-color: #2FD90C;
}
.BgClassName
{
background-color: #2FD90C;
}
</style>
border-color css
<style>
span { border-color: #2FD90C; }
span { border-color: rgb(47,217,12); }
td.TdClassName
{
border-color: #2FD90C;
}
.TagClassName
{
border-color: #2FD90C;
}
</style>