Shades of Lime Green #2DC628
Tints of Lime Green #2DC628
RGB
CMYK
RGB Variations
Color information
#2DC628 (or 0x2DC628) is known color: Lime Green. HEX triplet: 2D, C6 and 28. RGB value is (45,198,40). Sum of RGB (Red+Green+Blue) = 45+198+40=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC628 is #D239D7. Grayscale: #868686. Windows color (decimal): -13777368 or 2672173. OLE color: 2672173.
HSL color Cylindrical-coordinate representation of color #2DC628: hue angle of 118.1º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC628 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 40 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.22 |
| HSL | 118.1º | 0.66% | 0.47% | - |
| HSV(B) | 118.1º | 0.8% | 0.78% | - |
| XYZ | 21.66 | 41.1 | 8.8 | - |
| YUV | 134.24 | 74.81 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 40 | 0.77 | 0 | 0.80 | 0.22 | 118.1 | 0.66 | 0.47 |
| Hex | 2D | C6 | 28 | 4D | 0 | 50 | 16 | 76 | 42 | 2F |
| Octal | 55 | 306 | 50 | 115 | 0 | 120 | 26 | 166 | 102 | 57 |
| Binary | 101101 | 11000110 | 101000 | 1001101 | 0 | 1010000 | 10110 | 1110110 | 1000010 | 101111 |
Color Harmonies of #2DC628
Complementary color
Monochromatic Colors of #2DC628
Black with #2DC628
Text Example
Text Example
White with #2DC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC628; }
p { color: rgb(45,198,40); }
H1.HeaderClassName
{
color: #2DC628;
}
.AnyTagClassName
{
color: #2DC628;
}
</style>
background-color css
<style>
a { background-color: #2DC628; }
a { background-color: rgb(45,198,40); }
div.DivClassName
{
background-color: #2DC628;
}
.BgClassName
{
background-color: #2DC628;
}
</style>
border-color css
<style>
span { border-color: #2DC628; }
span { border-color: rgb(45,198,40); }
td.TdClassName
{
border-color: #2DC628;
}
.TagClassName
{
border-color: #2DC628;
}
</style>