Shades of Lime Green #2DC12B
Tints of Lime Green #2DC12B
RGB
CMYK
RGB Variations
Color information
#2DC12B (or 0x2DC12B) is known color: Lime Green. HEX triplet: 2D, C1 and 2B. RGB value is (45,193,43). Sum of RGB (Red+Green+Blue) = 45+193+43=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC12B is #D23ED4. Grayscale: #848484. Windows color (decimal): -13778645 or 2867501. OLE color: 2867501.
HSL color Cylindrical-coordinate representation of color #2DC12B: hue angle of 119.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DC12B is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 43 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.24 |
| HSL | 119.2º | 0.64% | 0.46% | - |
| HSV(B) | 119.2º | 0.78% | 0.76% | - |
| XYZ | 20.59 | 38.87 | 8.7 | - |
| YUV | 131.65 | 77.97 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 43 | 0.77 | 0 | 0.78 | 0.24 | 119.2 | 0.64 | 0.46 |
| Hex | 2D | C1 | 2B | 4D | 0 | 4E | 18 | 77 | 40 | 2E |
| Octal | 55 | 301 | 53 | 115 | 0 | 116 | 30 | 167 | 100 | 56 |
| Binary | 101101 | 11000001 | 101011 | 1001101 | 0 | 1001110 | 11000 | 1110111 | 1000000 | 101110 |
Color Harmonies of #2DC12B
Complementary color
Monochromatic Colors of #2DC12B
Black with #2DC12B
Text Example
Text Example
White with #2DC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC12B; }
p { color: rgb(45,193,43); }
H1.HeaderClassName
{
color: #2DC12B;
}
.AnyTagClassName
{
color: #2DC12B;
}
</style>
background-color css
<style>
a { background-color: #2DC12B; }
a { background-color: rgb(45,193,43); }
div.DivClassName
{
background-color: #2DC12B;
}
.BgClassName
{
background-color: #2DC12B;
}
</style>
border-color css
<style>
span { border-color: #2DC12B; }
span { border-color: rgb(45,193,43); }
td.TdClassName
{
border-color: #2DC12B;
}
.TagClassName
{
border-color: #2DC12B;
}
</style>