Shades of Lime Green #2DDA19
Tints of Lime Green #2DDA19
RGB
CMYK
RGB Variations
Color information
#2DDA19 (or 0x2DDA19) is known color: Lime Green. HEX triplet: 2D, DA and 19. RGB value is (45,218,25). Sum of RGB (Red+Green+Blue) = 45+218+25=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDA19 is #D225E6. Grayscale: #909090. Windows color (decimal): -13772263 or 1694253. OLE color: 1694253.
HSL color Cylindrical-coordinate representation of color #2DDA19: hue angle of 113.78º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DDA19 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 25 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.15 |
| HSL | 113.78º | 0.79% | 0.48% | - |
| HSV(B) | 113.78º | 0.89% | 0.85% | - |
| XYZ | 26.33 | 50.77 | 9.33 | - |
| YUV | 144.27 | 60.69 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 25 | 0.79 | 0 | 0.89 | 0.15 | 113.78 | 0.79 | 0.48 |
| Hex | 2D | DA | 19 | 4F | 0 | 59 | F | 72 | 4F | 30 |
| Octal | 55 | 332 | 31 | 117 | 0 | 131 | 17 | 162 | 117 | 60 |
| Binary | 101101 | 11011010 | 11001 | 1001111 | 0 | 1011001 | 1111 | 1110010 | 1001111 | 110000 |
Color Harmonies of #2DDA19
Complementary color
Monochromatic Colors of #2DDA19
Black with #2DDA19
Text Example
Text Example
White with #2DDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA19; }
p { color: rgb(45,218,25); }
H1.HeaderClassName
{
color: #2DDA19;
}
.AnyTagClassName
{
color: #2DDA19;
}
</style>
background-color css
<style>
a { background-color: #2DDA19; }
a { background-color: rgb(45,218,25); }
div.DivClassName
{
background-color: #2DDA19;
}
.BgClassName
{
background-color: #2DDA19;
}
</style>
border-color css
<style>
span { border-color: #2DDA19; }
span { border-color: rgb(45,218,25); }
td.TdClassName
{
border-color: #2DDA19;
}
.TagClassName
{
border-color: #2DDA19;
}
</style>