Shades of Lime Green #2DD515
Tints of Lime Green #2DD515
RGB
CMYK
RGB Variations
Color information
#2DD515 (or 0x2DD515) is known color: Lime Green. HEX triplet: 2D, D5 and 15. RGB value is (45,213,21). Sum of RGB (Red+Green+Blue) = 45+213+21=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD515 is #D22AEA. Grayscale: #8D8D8D. Windows color (decimal): -13773547 or 1430829. OLE color: 1430829.
HSL color Cylindrical-coordinate representation of color #2DD515: hue angle of 112.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DD515 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 213 | 21 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.16 |
| HSL | 112.5º | 0.82% | 0.46% | - |
| HSV(B) | 112.5º | 0.9% | 0.84% | - |
| XYZ | 25.01 | 48.2 | 8.69 | - |
| YUV | 140.88 | 60.34 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 213 | 21 | 0.79 | 0 | 0.90 | 0.16 | 112.5 | 0.82 | 0.46 |
| Hex | 2D | D5 | 15 | 4F | 0 | 5A | 10 | 70 | 52 | 2E |
| Octal | 55 | 325 | 25 | 117 | 0 | 132 | 20 | 160 | 122 | 56 |
| Binary | 101101 | 11010101 | 10101 | 1001111 | 0 | 1011010 | 10000 | 1110000 | 1010010 | 101110 |
Color Harmonies of #2DD515
Complementary color
Monochromatic Colors of #2DD515
Black with #2DD515
Text Example
Text Example
White with #2DD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD515; }
p { color: rgb(45,213,21); }
H1.HeaderClassName
{
color: #2DD515;
}
.AnyTagClassName
{
color: #2DD515;
}
</style>
background-color css
<style>
a { background-color: #2DD515; }
a { background-color: rgb(45,213,21); }
div.DivClassName
{
background-color: #2DD515;
}
.BgClassName
{
background-color: #2DD515;
}
</style>
border-color css
<style>
span { border-color: #2DD515; }
span { border-color: rgb(45,213,21); }
td.TdClassName
{
border-color: #2DD515;
}
.TagClassName
{
border-color: #2DD515;
}
</style>