Shades of Lime Green #2DC128
Tints of Lime Green #2DC128
RGB
CMYK
RGB Variations
Color information
#2DC128 (or 0x2DC128) is known color: Lime Green. HEX triplet: 2D, C1 and 28. RGB value is (45,193,40). Sum of RGB (Red+Green+Blue) = 45+193+40=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC128 is #D23ED7. Grayscale: #838383. Windows color (decimal): -13778648 or 2670893. OLE color: 2670893.
HSL color Cylindrical-coordinate representation of color #2DC128: hue angle of 118.04º 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 #2DC128 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 40 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.24 |
| HSL | 118.04º | 0.66% | 0.46% | - |
| HSV(B) | 118.04º | 0.79% | 0.76% | - |
| XYZ | 20.54 | 38.85 | 8.42 | - |
| YUV | 131.31 | 76.47 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 40 | 0.77 | 0 | 0.79 | 0.24 | 118.04 | 0.66 | 0.46 |
| Hex | 2D | C1 | 28 | 4D | 0 | 4F | 18 | 76 | 42 | 2E |
| Octal | 55 | 301 | 50 | 115 | 0 | 117 | 30 | 166 | 102 | 56 |
| Binary | 101101 | 11000001 | 101000 | 1001101 | 0 | 1001111 | 11000 | 1110110 | 1000010 | 101110 |
Color Harmonies of #2DC128
Complementary color
Monochromatic Colors of #2DC128
Black with #2DC128
Text Example
Text Example
White with #2DC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC128; }
p { color: rgb(45,193,40); }
H1.HeaderClassName
{
color: #2DC128;
}
.AnyTagClassName
{
color: #2DC128;
}
</style>
background-color css
<style>
a { background-color: #2DC128; }
a { background-color: rgb(45,193,40); }
div.DivClassName
{
background-color: #2DC128;
}
.BgClassName
{
background-color: #2DC128;
}
</style>
border-color css
<style>
span { border-color: #2DC128; }
span { border-color: rgb(45,193,40); }
td.TdClassName
{
border-color: #2DC128;
}
.TagClassName
{
border-color: #2DC128;
}
</style>