Shades of Lime Green #2DC039
Tints of Lime Green #2DC039
RGB
CMYK
RGB Variations
Color information
#2DC039 (or 0x2DC039) is known color: Lime Green. HEX triplet: 2D, C0 and 39. RGB value is (45,192,57). Sum of RGB (Red+Green+Blue) = 45+192+57=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC039 is #D23FC6. Grayscale: #858585. Windows color (decimal): -13778887 or 3784749. OLE color: 3784749.
HSL color Cylindrical-coordinate representation of color #2DC039: hue angle of 124.9º 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 #2DC039 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 57 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.25 |
| HSL | 124.9º | 0.62% | 0.46% | - |
| HSV(B) | 124.9º | 0.77% | 0.75% | - |
| XYZ | 20.67 | 38.55 | 10.22 | - |
| YUV | 132.66 | 85.3 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 57 | 0.77 | 0 | 0.70 | 0.25 | 124.9 | 0.62 | 0.46 |
| Hex | 2D | C0 | 39 | 4D | 0 | 46 | 19 | 7D | 3E | 2E |
| Octal | 55 | 300 | 71 | 115 | 0 | 106 | 31 | 175 | 76 | 56 |
| Binary | 101101 | 11000000 | 111001 | 1001101 | 0 | 1000110 | 11001 | 1111101 | 111110 | 101110 |
Color Harmonies of #2DC039
Complementary color
Monochromatic Colors of #2DC039
Black with #2DC039
Text Example
Text Example
White with #2DC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC039; }
p { color: rgb(45,192,57); }
H1.HeaderClassName
{
color: #2DC039;
}
.AnyTagClassName
{
color: #2DC039;
}
</style>
background-color css
<style>
a { background-color: #2DC039; }
a { background-color: rgb(45,192,57); }
div.DivClassName
{
background-color: #2DC039;
}
.BgClassName
{
background-color: #2DC039;
}
</style>
border-color css
<style>
span { border-color: #2DC039; }
span { border-color: rgb(45,192,57); }
td.TdClassName
{
border-color: #2DC039;
}
.TagClassName
{
border-color: #2DC039;
}
</style>