Shades of Lime Green #2CD519
Tints of Lime Green #2CD519
RGB
CMYK
RGB Variations
Color information
#2CD519 (or 0x2CD519) is known color: Lime Green. HEX triplet: 2C, D5 and 19. RGB value is (44,213,25). Sum of RGB (Red+Green+Blue) = 44+213+25=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD519 is #D32AE6. Grayscale: #8D8D8D. Windows color (decimal): -13839079 or 1692972. OLE color: 1692972.
HSL color Cylindrical-coordinate representation of color #2CD519: hue angle of 113.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CD519 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 25 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.16 |
| HSL | 113.94º | 0.79% | 0.47% | - |
| HSV(B) | 113.94º | 0.88% | 0.84% | - |
| XYZ | 25.01 | 48.19 | 8.9 | - |
| YUV | 141.04 | 62.51 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 25 | 0.79 | 0 | 0.88 | 0.16 | 113.94 | 0.79 | 0.47 |
| Hex | 2C | D5 | 19 | 4F | 0 | 58 | 10 | 72 | 4F | 2F |
| Octal | 54 | 325 | 31 | 117 | 0 | 130 | 20 | 162 | 117 | 57 |
| Binary | 101100 | 11010101 | 11001 | 1001111 | 0 | 1011000 | 10000 | 1110010 | 1001111 | 101111 |
Color Harmonies of #2CD519
Complementary color
Monochromatic Colors of #2CD519
Black with #2CD519
Text Example
Text Example
White with #2CD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD519; }
p { color: rgb(44,213,25); }
H1.HeaderClassName
{
color: #2CD519;
}
.AnyTagClassName
{
color: #2CD519;
}
</style>
background-color css
<style>
a { background-color: #2CD519; }
a { background-color: rgb(44,213,25); }
div.DivClassName
{
background-color: #2CD519;
}
.BgClassName
{
background-color: #2CD519;
}
</style>
border-color css
<style>
span { border-color: #2CD519; }
span { border-color: rgb(44,213,25); }
td.TdClassName
{
border-color: #2CD519;
}
.TagClassName
{
border-color: #2CD519;
}
</style>