Shades of Lime Green #2FDA0D
Tints of Lime Green #2FDA0D
RGB
CMYK
RGB Variations
Color information
#2FDA0D (or 0x2FDA0D) is known color: Lime Green. HEX triplet: 2F, DA and 0D. RGB value is (47,218,13). Sum of RGB (Red+Green+Blue) = 47+218+13=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA0D is #D025F2. Grayscale: #909090. Windows color (decimal): -13641203 or 907823. OLE color: 907823.
HSL color Cylindrical-coordinate representation of color #2FDA0D: hue angle of 110.05º 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 #2FDA0D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.15 |
| HSL | 110.05º | 0.89% | 0.45% | - |
| HSV(B) | 110.05º | 0.94% | 0.85% | - |
| XYZ | 26.32 | 50.78 | 8.79 | - |
| YUV | 143.5 | 54.35 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 13 | 0.78 | 0 | 0.94 | 0.15 | 110.05 | 0.89 | 0.45 |
| Hex | 2F | DA | D | 4E | 0 | 5E | F | 6E | 59 | 2D |
| Octal | 57 | 332 | 15 | 116 | 0 | 136 | 17 | 156 | 131 | 55 |
| Binary | 101111 | 11011010 | 1101 | 1001110 | 0 | 1011110 | 1111 | 1101110 | 1011001 | 101101 |
Color Harmonies of #2FDA0D
Complementary color
Monochromatic Colors of #2FDA0D
Black with #2FDA0D
Text Example
Text Example
White with #2FDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA0D; }
p { color: rgb(47,218,13); }
H1.HeaderClassName
{
color: #2FDA0D;
}
.AnyTagClassName
{
color: #2FDA0D;
}
</style>
background-color css
<style>
a { background-color: #2FDA0D; }
a { background-color: rgb(47,218,13); }
div.DivClassName
{
background-color: #2FDA0D;
}
.BgClassName
{
background-color: #2FDA0D;
}
</style>
border-color css
<style>
span { border-color: #2FDA0D; }
span { border-color: rgb(47,218,13); }
td.TdClassName
{
border-color: #2FDA0D;
}
.TagClassName
{
border-color: #2FDA0D;
}
</style>