Shades of Lime Green #2FD90D
Tints of Lime Green #2FD90D
RGB
CMYK
RGB Variations
Color information
#2FD90D (or 0x2FD90D) is known color: Lime Green. HEX triplet: 2F, D9 and 0D. RGB value is (47,217,13). Sum of RGB (Red+Green+Blue) = 47+217+13=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD90D is #D026F2. Grayscale: #8F8F8F. Windows color (decimal): -13641459 or 907567. OLE color: 907567.
HSL color Cylindrical-coordinate representation of color #2FD90D: hue angle of 110º degrees, saturation: 0.89, 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 #2FD90D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.15 |
| HSL | 110º | 0.89% | 0.45% | - |
| HSV(B) | 110º | 0.94% | 0.85% | - |
| XYZ | 26.06 | 50.26 | 8.71 | - |
| YUV | 142.91 | 54.68 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 13 | 0.78 | 0 | 0.94 | 0.15 | 110 | 0.89 | 0.45 |
| Hex | 2F | D9 | D | 4E | 0 | 5E | F | 6E | 59 | 2D |
| Octal | 57 | 331 | 15 | 116 | 0 | 136 | 17 | 156 | 131 | 55 |
| Binary | 101111 | 11011001 | 1101 | 1001110 | 0 | 1011110 | 1111 | 1101110 | 1011001 | 101101 |
Color Harmonies of #2FD90D
Complementary color
Monochromatic Colors of #2FD90D
Black with #2FD90D
Text Example
Text Example
White with #2FD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD90D; }
p { color: rgb(47,217,13); }
H1.HeaderClassName
{
color: #2FD90D;
}
.AnyTagClassName
{
color: #2FD90D;
}
</style>
background-color css
<style>
a { background-color: #2FD90D; }
a { background-color: rgb(47,217,13); }
div.DivClassName
{
background-color: #2FD90D;
}
.BgClassName
{
background-color: #2FD90D;
}
</style>
border-color css
<style>
span { border-color: #2FD90D; }
span { border-color: rgb(47,217,13); }
td.TdClassName
{
border-color: #2FD90D;
}
.TagClassName
{
border-color: #2FD90D;
}
</style>