Shades of Lime Green #2DC228
Tints of Lime Green #2DC228
RGB
CMYK
RGB Variations
Color information
#2DC228 (or 0x2DC228) is known color: Lime Green. HEX triplet: 2D, C2 and 28. RGB value is (45,194,40). Sum of RGB (Red+Green+Blue) = 45+194+40=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC228 is #D23DD7. Grayscale: #848484. Windows color (decimal): -13778392 or 2671149. OLE color: 2671149.
HSL color Cylindrical-coordinate representation of color #2DC228: hue angle of 118.05º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DC228 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 40 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.24 |
| HSL | 118.05º | 0.66% | 0.46% | - |
| HSV(B) | 118.05º | 0.79% | 0.76% | - |
| XYZ | 20.76 | 39.29 | 8.5 | - |
| YUV | 131.89 | 76.14 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 40 | 0.77 | 0 | 0.79 | 0.24 | 118.05 | 0.66 | 0.46 |
| Hex | 2D | C2 | 28 | 4D | 0 | 4F | 18 | 76 | 42 | 2E |
| Octal | 55 | 302 | 50 | 115 | 0 | 117 | 30 | 166 | 102 | 56 |
| Binary | 101101 | 11000010 | 101000 | 1001101 | 0 | 1001111 | 11000 | 1110110 | 1000010 | 101110 |
Color Harmonies of #2DC228
Complementary color
Monochromatic Colors of #2DC228
Black with #2DC228
Text Example
Text Example
White with #2DC228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC228; }
p { color: rgb(45,194,40); }
H1.HeaderClassName
{
color: #2DC228;
}
.AnyTagClassName
{
color: #2DC228;
}
</style>
background-color css
<style>
a { background-color: #2DC228; }
a { background-color: rgb(45,194,40); }
div.DivClassName
{
background-color: #2DC228;
}
.BgClassName
{
background-color: #2DC228;
}
</style>
border-color css
<style>
span { border-color: #2DC228; }
span { border-color: rgb(45,194,40); }
td.TdClassName
{
border-color: #2DC228;
}
.TagClassName
{
border-color: #2DC228;
}
</style>