Shades of Lime Green #2FD40D
Tints of Lime Green #2FD40D
RGB
CMYK
RGB Variations
Color information
#2FD40D (or 0x2FD40D) is known color: Lime Green. HEX triplet: 2F, D4 and 0D. RGB value is (47,212,13). Sum of RGB (Red+Green+Blue) = 47+212+13=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 212 (83.20% from 255 or 77.94% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD40D is #D02BF2. Grayscale: #8C8C8C. Windows color (decimal): -13642739 or 906287. OLE color: 906287.
HSL color Cylindrical-coordinate representation of color #2FD40D: hue angle of 109.75º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FD40D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.17 |
| HSL | 109.75º | 0.88% | 0.44% | - |
| HSV(B) | 109.75º | 0.94% | 0.83% | - |
| XYZ | 24.79 | 47.72 | 8.29 | - |
| YUV | 139.98 | 56.34 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 13 | 0.78 | 0 | 0.94 | 0.17 | 109.75 | 0.88 | 0.44 |
| Hex | 2F | D4 | D | 4E | 0 | 5E | 11 | 6E | 58 | 2C |
| Octal | 57 | 324 | 15 | 116 | 0 | 136 | 21 | 156 | 130 | 54 |
| Binary | 101111 | 11010100 | 1101 | 1001110 | 0 | 1011110 | 10001 | 1101110 | 1011000 | 101100 |
Color Harmonies of #2FD40D
Complementary color
Monochromatic Colors of #2FD40D
Black with #2FD40D
Text Example
Text Example
White with #2FD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD40D; }
p { color: rgb(47,212,13); }
H1.HeaderClassName
{
color: #2FD40D;
}
.AnyTagClassName
{
color: #2FD40D;
}
</style>
background-color css
<style>
a { background-color: #2FD40D; }
a { background-color: rgb(47,212,13); }
div.DivClassName
{
background-color: #2FD40D;
}
.BgClassName
{
background-color: #2FD40D;
}
</style>
border-color css
<style>
span { border-color: #2FD40D; }
span { border-color: rgb(47,212,13); }
td.TdClassName
{
border-color: #2FD40D;
}
.TagClassName
{
border-color: #2FD40D;
}
</style>