Shades of Lime Green #2FCD19
Tints of Lime Green #2FCD19
RGB
CMYK
RGB Variations
Color information
#2FCD19 (or 0x2FCD19) is known color: Lime Green. HEX triplet: 2F, CD and 19. RGB value is (47,205,25). Sum of RGB (Red+Green+Blue) = 47+205+25=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 205 (80.47% from 255 or 74.01% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCD19 is #D032E6. Grayscale: #898989. Windows color (decimal): -13644519 or 1690927. OLE color: 1690927.
HSL color Cylindrical-coordinate representation of color #2FCD19: hue angle of 112.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FCD19 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 25 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.20 |
| HSL | 112.67º | 0.78% | 0.45% | - |
| HSV(B) | 112.67º | 0.88% | 0.8% | - |
| XYZ | 23.18 | 44.34 | 8.26 | - |
| YUV | 137.24 | 64.65 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 25 | 0.77 | 0 | 0.88 | 0.20 | 112.67 | 0.78 | 0.45 |
| Hex | 2F | CD | 19 | 4D | 0 | 58 | 14 | 71 | 4E | 2D |
| Octal | 57 | 315 | 31 | 115 | 0 | 130 | 24 | 161 | 116 | 55 |
| Binary | 101111 | 11001101 | 11001 | 1001101 | 0 | 1011000 | 10100 | 1110001 | 1001110 | 101101 |
Color Harmonies of #2FCD19
Complementary color
Monochromatic Colors of #2FCD19
Black with #2FCD19
Text Example
Text Example
White with #2FCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD19; }
p { color: rgb(47,205,25); }
H1.HeaderClassName
{
color: #2FCD19;
}
.AnyTagClassName
{
color: #2FCD19;
}
</style>
background-color css
<style>
a { background-color: #2FCD19; }
a { background-color: rgb(47,205,25); }
div.DivClassName
{
background-color: #2FCD19;
}
.BgClassName
{
background-color: #2FCD19;
}
</style>
border-color css
<style>
span { border-color: #2FCD19; }
span { border-color: rgb(47,205,25); }
td.TdClassName
{
border-color: #2FCD19;
}
.TagClassName
{
border-color: #2FCD19;
}
</style>