Shades of Lime Green #2DC126
Tints of Lime Green #2DC126
RGB
CMYK
RGB Variations
Color information
#2DC126 (or 0x2DC126) is known color: Lime Green. HEX triplet: 2D, C1 and 26. RGB value is (45,193,38). Sum of RGB (Red+Green+Blue) = 45+193+38=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC126 is #D23ED9. Grayscale: #838383. Windows color (decimal): -13778650 or 2539821. OLE color: 2539821.
HSL color Cylindrical-coordinate representation of color #2DC126: hue angle of 117.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DC126 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 38 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.24 |
| HSL | 117.29º | 0.67% | 0.45% | - |
| HSV(B) | 117.29º | 0.8% | 0.76% | - |
| XYZ | 20.5 | 38.84 | 8.25 | - |
| YUV | 131.08 | 75.47 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 38 | 0.77 | 0 | 0.80 | 0.24 | 117.29 | 0.67 | 0.45 |
| Hex | 2D | C1 | 26 | 4D | 0 | 50 | 18 | 75 | 43 | 2D |
| Octal | 55 | 301 | 46 | 115 | 0 | 120 | 30 | 165 | 103 | 55 |
| Binary | 101101 | 11000001 | 100110 | 1001101 | 0 | 1010000 | 11000 | 1110101 | 1000011 | 101101 |
Color Harmonies of #2DC126
Complementary color
Monochromatic Colors of #2DC126
Black with #2DC126
Text Example
Text Example
White with #2DC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC126; }
p { color: rgb(45,193,38); }
H1.HeaderClassName
{
color: #2DC126;
}
.AnyTagClassName
{
color: #2DC126;
}
</style>
background-color css
<style>
a { background-color: #2DC126; }
a { background-color: rgb(45,193,38); }
div.DivClassName
{
background-color: #2DC126;
}
.BgClassName
{
background-color: #2DC126;
}
</style>
border-color css
<style>
span { border-color: #2DC126; }
span { border-color: rgb(45,193,38); }
td.TdClassName
{
border-color: #2DC126;
}
.TagClassName
{
border-color: #2DC126;
}
</style>