Shades of Lime Green #2DD825
Tints of Lime Green #2DD825
RGB
CMYK
RGB Variations
Color information
#2DD825 (or 0x2DD825) is known color: Lime Green. HEX triplet: 2D, D8 and 25. RGB value is (45,216,37). Sum of RGB (Red+Green+Blue) = 45+216+37=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 216 (84.77% from 255 or 72.48% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD825 is #D227DA. Grayscale: #919191. Windows color (decimal): -13772763 or 2480173. OLE color: 2480173.
HSL color Cylindrical-coordinate representation of color #2DD825: hue angle of 117.32º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DD825 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 37 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.15 |
| HSL | 117.32º | 0.71% | 0.5% | - |
| HSV(B) | 117.32º | 0.83% | 0.85% | - |
| XYZ | 25.97 | 49.8 | 9.99 | - |
| YUV | 144.47 | 67.35 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 37 | 0.79 | 0 | 0.83 | 0.15 | 117.32 | 0.71 | 0.5 |
| Hex | 2D | D8 | 25 | 4F | 0 | 53 | F | 75 | 47 | 32 |
| Octal | 55 | 330 | 45 | 117 | 0 | 123 | 17 | 165 | 107 | 62 |
| Binary | 101101 | 11011000 | 100101 | 1001111 | 0 | 1010011 | 1111 | 1110101 | 1000111 | 110010 |
Color Harmonies of #2DD825
Complementary color
Monochromatic Colors of #2DD825
Black with #2DD825
Text Example
Text Example
White with #2DD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD825; }
p { color: rgb(45,216,37); }
H1.HeaderClassName
{
color: #2DD825;
}
.AnyTagClassName
{
color: #2DD825;
}
</style>
background-color css
<style>
a { background-color: #2DD825; }
a { background-color: rgb(45,216,37); }
div.DivClassName
{
background-color: #2DD825;
}
.BgClassName
{
background-color: #2DD825;
}
</style>
border-color css
<style>
span { border-color: #2DD825; }
span { border-color: rgb(45,216,37); }
td.TdClassName
{
border-color: #2DD825;
}
.TagClassName
{
border-color: #2DD825;
}
</style>