Shades of Lime Green #2DDF15
Tints of Lime Green #2DDF15
RGB
CMYK
RGB Variations
Color information
#2DDF15 (or 0x2DDF15) is known color: Lime Green. HEX triplet: 2D, DF and 15. RGB value is (45,223,21). Sum of RGB (Red+Green+Blue) = 45+223+21=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 223 (87.5% from 255 or 77.16% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDF15 is #D220EA. Grayscale: #939393. Windows color (decimal): -13770987 or 1433389. OLE color: 1433389.
HSL color Cylindrical-coordinate representation of color #2DDF15: hue angle of 112.87º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DDF15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.13 |
| HSL | 112.87º | 0.83% | 0.48% | - |
| HSV(B) | 112.87º | 0.91% | 0.87% | - |
| XYZ | 27.61 | 53.39 | 9.56 | - |
| YUV | 146.75 | 57.03 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 21 | 0.80 | 0 | 0.91 | 0.13 | 112.87 | 0.83 | 0.48 |
| Hex | 2D | DF | 15 | 50 | 0 | 5B | D | 71 | 53 | 30 |
| Octal | 55 | 337 | 25 | 120 | 0 | 133 | 15 | 161 | 123 | 60 |
| Binary | 101101 | 11011111 | 10101 | 1010000 | 0 | 1011011 | 1101 | 1110001 | 1010011 | 110000 |
Color Harmonies of #2DDF15
Complementary color
Monochromatic Colors of #2DDF15
Black with #2DDF15
Text Example
Text Example
White with #2DDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF15; }
p { color: rgb(45,223,21); }
H1.HeaderClassName
{
color: #2DDF15;
}
.AnyTagClassName
{
color: #2DDF15;
}
</style>
background-color css
<style>
a { background-color: #2DDF15; }
a { background-color: rgb(45,223,21); }
div.DivClassName
{
background-color: #2DDF15;
}
.BgClassName
{
background-color: #2DDF15;
}
</style>
border-color css
<style>
span { border-color: #2DDF15; }
span { border-color: rgb(45,223,21); }
td.TdClassName
{
border-color: #2DDF15;
}
.TagClassName
{
border-color: #2DDF15;
}
</style>