Shades of Lime Green #2DC045
Tints of Lime Green #2DC045
RGB
CMYK
RGB Variations
Color information
#2DC045 (or 0x2DC045) is known color: Lime Green. HEX triplet: 2D, C0 and 45. RGB value is (45,192,69). Sum of RGB (Red+Green+Blue) = 45+192+69=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC045 is #D23FBA. Grayscale: #868686. Windows color (decimal): -13778875 or 4571181. OLE color: 4571181.
HSL color Cylindrical-coordinate representation of color #2DC045: hue angle of 129.8º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC045 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 69 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.25 |
| HSL | 129.8º | 0.62% | 0.46% | - |
| HSV(B) | 129.8º | 0.77% | 0.75% | - |
| XYZ | 21.01 | 38.69 | 11.99 | - |
| YUV | 134.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 69 | 0.77 | 0 | 0.64 | 0.25 | 129.8 | 0.62 | 0.46 |
| Hex | 2D | C0 | 45 | 4D | 0 | 40 | 19 | 82 | 3E | 2E |
| Octal | 55 | 300 | 105 | 115 | 0 | 100 | 31 | 202 | 76 | 56 |
| Binary | 101101 | 11000000 | 1000101 | 1001101 | 0 | 1000000 | 11001 | 10000010 | 111110 | 101110 |
Color Harmonies of #2DC045
Complementary color
Monochromatic Colors of #2DC045
Black with #2DC045
Text Example
Text Example
White with #2DC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC045; }
p { color: rgb(45,192,69); }
H1.HeaderClassName
{
color: #2DC045;
}
.AnyTagClassName
{
color: #2DC045;
}
</style>
background-color css
<style>
a { background-color: #2DC045; }
a { background-color: rgb(45,192,69); }
div.DivClassName
{
background-color: #2DC045;
}
.BgClassName
{
background-color: #2DC045;
}
</style>
border-color css
<style>
span { border-color: #2DC045; }
span { border-color: rgb(45,192,69); }
td.TdClassName
{
border-color: #2DC045;
}
.TagClassName
{
border-color: #2DC045;
}
</style>