Shades of Lime Green #2FD50D
Tints of Lime Green #2FD50D
RGB
CMYK
RGB Variations
Color information
#2FD50D (or 0x2FD50D) is known color: Lime Green. HEX triplet: 2F, D5 and 0D. RGB value is (47,213,13). Sum of RGB (Red+Green+Blue) = 47+213+13=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD50D is #D02AF2. Grayscale: #8D8D8D. Windows color (decimal): -13642483 or 906543. OLE color: 906543.
HSL color Cylindrical-coordinate representation of color #2FD50D: hue angle of 109.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FD50D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.16 |
| HSL | 109.8º | 0.88% | 0.44% | - |
| HSV(B) | 109.8º | 0.94% | 0.84% | - |
| XYZ | 25.04 | 48.22 | 8.37 | - |
| YUV | 140.57 | 56 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 13 | 0.78 | 0 | 0.94 | 0.16 | 109.8 | 0.88 | 0.44 |
| Hex | 2F | D5 | D | 4E | 0 | 5E | 10 | 6E | 58 | 2C |
| Octal | 57 | 325 | 15 | 116 | 0 | 136 | 20 | 156 | 130 | 54 |
| Binary | 101111 | 11010101 | 1101 | 1001110 | 0 | 1011110 | 10000 | 1101110 | 1011000 | 101100 |
Color Harmonies of #2FD50D
Complementary color
Monochromatic Colors of #2FD50D
Black with #2FD50D
Text Example
Text Example
White with #2FD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD50D; }
p { color: rgb(47,213,13); }
H1.HeaderClassName
{
color: #2FD50D;
}
.AnyTagClassName
{
color: #2FD50D;
}
</style>
background-color css
<style>
a { background-color: #2FD50D; }
a { background-color: rgb(47,213,13); }
div.DivClassName
{
background-color: #2FD50D;
}
.BgClassName
{
background-color: #2FD50D;
}
</style>
border-color css
<style>
span { border-color: #2FD50D; }
span { border-color: rgb(47,213,13); }
td.TdClassName
{
border-color: #2FD50D;
}
.TagClassName
{
border-color: #2FD50D;
}
</style>