Shades of Lime Green #2DC046
Tints of Lime Green #2DC046
RGB
CMYK
RGB Variations
Color information
#2DC046 (or 0x2DC046) is known color: Lime Green. HEX triplet: 2D, C0 and 46. RGB value is (45,192,70). Sum of RGB (Red+Green+Blue) = 45+192+70=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC046 is #D23FB9. Grayscale: #868686. Windows color (decimal): -13778874 or 4636717. OLE color: 4636717.
HSL color Cylindrical-coordinate representation of color #2DC046: hue angle of 130.2º 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 #2DC046 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 70 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.25 |
| HSL | 130.2º | 0.62% | 0.46% | - |
| HSV(B) | 130.2º | 0.77% | 0.75% | - |
| XYZ | 21.04 | 38.7 | 12.16 | - |
| YUV | 134.14 | 91.8 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 70 | 0.77 | 0 | 0.64 | 0.25 | 130.2 | 0.62 | 0.46 |
| Hex | 2D | C0 | 46 | 4D | 0 | 40 | 19 | 82 | 3E | 2E |
| Octal | 55 | 300 | 106 | 115 | 0 | 100 | 31 | 202 | 76 | 56 |
| Binary | 101101 | 11000000 | 1000110 | 1001101 | 0 | 1000000 | 11001 | 10000010 | 111110 | 101110 |
Color Harmonies of #2DC046
Complementary color
Monochromatic Colors of #2DC046
Black with #2DC046
Text Example
Text Example
White with #2DC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC046; }
p { color: rgb(45,192,70); }
H1.HeaderClassName
{
color: #2DC046;
}
.AnyTagClassName
{
color: #2DC046;
}
</style>
background-color css
<style>
a { background-color: #2DC046; }
a { background-color: rgb(45,192,70); }
div.DivClassName
{
background-color: #2DC046;
}
.BgClassName
{
background-color: #2DC046;
}
</style>
border-color css
<style>
span { border-color: #2DC046; }
span { border-color: rgb(45,192,70); }
td.TdClassName
{
border-color: #2DC046;
}
.TagClassName
{
border-color: #2DC046;
}
</style>