Shades of Lime Green #2DC428
Tints of Lime Green #2DC428
RGB
CMYK
RGB Variations
Color information
#2DC428 (or 0x2DC428) is known color: Lime Green. HEX triplet: 2D, C4 and 28. RGB value is (45,196,40). Sum of RGB (Red+Green+Blue) = 45+196+40=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 196 (76.95% from 255 or 69.75% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC428 is #D23BD7. Grayscale: #858585. Windows color (decimal): -13777880 or 2671661. OLE color: 2671661.
HSL color Cylindrical-coordinate representation of color #2DC428: hue angle of 118.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC428 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 196 | 40 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.23 |
| HSL | 118.08º | 0.66% | 0.46% | - |
| HSV(B) | 118.08º | 0.8% | 0.77% | - |
| XYZ | 21.21 | 40.19 | 8.65 | - |
| YUV | 133.07 | 75.47 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 196 | 40 | 0.77 | 0 | 0.80 | 0.23 | 118.08 | 0.66 | 0.46 |
| Hex | 2D | C4 | 28 | 4D | 0 | 50 | 17 | 76 | 42 | 2E |
| Octal | 55 | 304 | 50 | 115 | 0 | 120 | 27 | 166 | 102 | 56 |
| Binary | 101101 | 11000100 | 101000 | 1001101 | 0 | 1010000 | 10111 | 1110110 | 1000010 | 101110 |
Color Harmonies of #2DC428
Complementary color
Monochromatic Colors of #2DC428
Black with #2DC428
Text Example
Text Example
White with #2DC428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC428; }
p { color: rgb(45,196,40); }
H1.HeaderClassName
{
color: #2DC428;
}
.AnyTagClassName
{
color: #2DC428;
}
</style>
background-color css
<style>
a { background-color: #2DC428; }
a { background-color: rgb(45,196,40); }
div.DivClassName
{
background-color: #2DC428;
}
.BgClassName
{
background-color: #2DC428;
}
</style>
border-color css
<style>
span { border-color: #2DC428; }
span { border-color: rgb(45,196,40); }
td.TdClassName
{
border-color: #2DC428;
}
.TagClassName
{
border-color: #2DC428;
}
</style>