Shades of Lime Green #2DC12E
Tints of Lime Green #2DC12E
RGB
CMYK
RGB Variations
Color information
#2DC12E (or 0x2DC12E) is known color: Lime Green. HEX triplet: 2D, C1 and 2E. RGB value is (45,193,46). Sum of RGB (Red+Green+Blue) = 45+193+46=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC12E is #D23ED1. Grayscale: #848484. Windows color (decimal): -13778642 or 3064109. OLE color: 3064109.
HSL color Cylindrical-coordinate representation of color #2DC12E: hue angle of 120.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC12E is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 46 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.24 |
| HSL | 120.41º | 0.62% | 0.47% | - |
| HSV(B) | 120.41º | 0.77% | 0.76% | - |
| XYZ | 20.65 | 38.9 | 9 | - |
| YUV | 131.99 | 79.47 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 46 | 0.77 | 0 | 0.76 | 0.24 | 120.41 | 0.62 | 0.47 |
| Hex | 2D | C1 | 2E | 4D | 0 | 4C | 18 | 78 | 3E | 2F |
| Octal | 55 | 301 | 56 | 115 | 0 | 114 | 30 | 170 | 76 | 57 |
| Binary | 101101 | 11000001 | 101110 | 1001101 | 0 | 1001100 | 11000 | 1111000 | 111110 | 101111 |
Color Harmonies of #2DC12E
Complementary color
Monochromatic Colors of #2DC12E
Black with #2DC12E
Text Example
Text Example
White with #2DC12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC12E; }
p { color: rgb(45,193,46); }
H1.HeaderClassName
{
color: #2DC12E;
}
.AnyTagClassName
{
color: #2DC12E;
}
</style>
background-color css
<style>
a { background-color: #2DC12E; }
a { background-color: rgb(45,193,46); }
div.DivClassName
{
background-color: #2DC12E;
}
.BgClassName
{
background-color: #2DC12E;
}
</style>
border-color css
<style>
span { border-color: #2DC12E; }
span { border-color: rgb(45,193,46); }
td.TdClassName
{
border-color: #2DC12E;
}
.TagClassName
{
border-color: #2DC12E;
}
</style>