Shades of Lime Green #2DC619
Tints of Lime Green #2DC619
RGB
CMYK
RGB Variations
Color information
#2DC619 (or 0x2DC619) is known color: Lime Green. HEX triplet: 2D, C6 and 19. RGB value is (45,198,25). Sum of RGB (Red+Green+Blue) = 45+198+25=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 198 (77.73% from 255 or 73.88% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC619 is #D239E6. Grayscale: #858585. Windows color (decimal): -13777383 or 1689133. OLE color: 1689133.
HSL color Cylindrical-coordinate representation of color #2DC619: hue angle of 113.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DC619 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 25 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.22 |
| HSL | 113.06º | 0.78% | 0.44% | - |
| HSV(B) | 113.06º | 0.87% | 0.78% | - |
| XYZ | 21.45 | 41.02 | 7.71 | - |
| YUV | 132.53 | 67.31 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 25 | 0.77 | 0 | 0.87 | 0.22 | 113.06 | 0.78 | 0.44 |
| Hex | 2D | C6 | 19 | 4D | 0 | 57 | 16 | 71 | 4E | 2C |
| Octal | 55 | 306 | 31 | 115 | 0 | 127 | 26 | 161 | 116 | 54 |
| Binary | 101101 | 11000110 | 11001 | 1001101 | 0 | 1010111 | 10110 | 1110001 | 1001110 | 101100 |
Color Harmonies of #2DC619
Complementary color
Monochromatic Colors of #2DC619
Black with #2DC619
Text Example
Text Example
White with #2DC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC619; }
p { color: rgb(45,198,25); }
H1.HeaderClassName
{
color: #2DC619;
}
.AnyTagClassName
{
color: #2DC619;
}
</style>
background-color css
<style>
a { background-color: #2DC619; }
a { background-color: rgb(45,198,25); }
div.DivClassName
{
background-color: #2DC619;
}
.BgClassName
{
background-color: #2DC619;
}
</style>
border-color css
<style>
span { border-color: #2DC619; }
span { border-color: rgb(45,198,25); }
td.TdClassName
{
border-color: #2DC619;
}
.TagClassName
{
border-color: #2DC619;
}
</style>