Shades of Lime Green #2FD013
Tints of Lime Green #2FD013
RGB
CMYK
RGB Variations
Color information
#2FD013 (or 0x2FD013) is known color: Lime Green. HEX triplet: 2F, D0 and 13. RGB value is (47,208,19). Sum of RGB (Red+Green+Blue) = 47+208+19=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD013 is #D02FEC. Grayscale: #8A8A8A. Windows color (decimal): -13643757 or 1298479. OLE color: 1298479.
HSL color Cylindrical-coordinate representation of color #2FD013: hue angle of 111.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FD013 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.18 |
| HSL | 111.11º | 0.83% | 0.45% | - |
| HSV(B) | 111.11º | 0.91% | 0.82% | - |
| XYZ | 23.85 | 45.76 | 8.19 | - |
| YUV | 138.32 | 60.66 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 19 | 0.77 | 0 | 0.91 | 0.18 | 111.11 | 0.83 | 0.45 |
| Hex | 2F | D0 | 13 | 4D | 0 | 5B | 12 | 6F | 53 | 2D |
| Octal | 57 | 320 | 23 | 115 | 0 | 133 | 22 | 157 | 123 | 55 |
| Binary | 101111 | 11010000 | 10011 | 1001101 | 0 | 1011011 | 10010 | 1101111 | 1010011 | 101101 |
Color Harmonies of #2FD013
Complementary color
Monochromatic Colors of #2FD013
Black with #2FD013
Text Example
Text Example
White with #2FD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD013; }
p { color: rgb(47,208,19); }
H1.HeaderClassName
{
color: #2FD013;
}
.AnyTagClassName
{
color: #2FD013;
}
</style>
background-color css
<style>
a { background-color: #2FD013; }
a { background-color: rgb(47,208,19); }
div.DivClassName
{
background-color: #2FD013;
}
.BgClassName
{
background-color: #2FD013;
}
</style>
border-color css
<style>
span { border-color: #2FD013; }
span { border-color: rgb(47,208,19); }
td.TdClassName
{
border-color: #2FD013;
}
.TagClassName
{
border-color: #2FD013;
}
</style>