Shades of Lime Green #2DC12A
Tints of Lime Green #2DC12A
RGB
CMYK
RGB Variations
Color information
#2DC12A (or 0x2DC12A) is known color: Lime Green. HEX triplet: 2D, C1 and 2A. RGB value is (45,193,42). Sum of RGB (Red+Green+Blue) = 45+193+42=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC12A is #D23ED5. Grayscale: #838383. Windows color (decimal): -13778646 or 2801965. OLE color: 2801965.
HSL color Cylindrical-coordinate representation of color #2DC12A: hue angle of 118.81º 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 #2DC12A is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 42 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.24 |
| HSL | 118.81º | 0.64% | 0.46% | - |
| HSV(B) | 118.81º | 0.78% | 0.76% | - |
| XYZ | 20.57 | 38.86 | 8.61 | - |
| YUV | 131.53 | 77.47 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 42 | 0.77 | 0 | 0.78 | 0.24 | 118.81 | 0.64 | 0.46 |
| Hex | 2D | C1 | 2A | 4D | 0 | 4E | 18 | 77 | 40 | 2E |
| Octal | 55 | 301 | 52 | 115 | 0 | 116 | 30 | 167 | 100 | 56 |
| Binary | 101101 | 11000001 | 101010 | 1001101 | 0 | 1001110 | 11000 | 1110111 | 1000000 | 101110 |
Color Harmonies of #2DC12A
Complementary color
Monochromatic Colors of #2DC12A
Black with #2DC12A
Text Example
Text Example
White with #2DC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC12A; }
p { color: rgb(45,193,42); }
H1.HeaderClassName
{
color: #2DC12A;
}
.AnyTagClassName
{
color: #2DC12A;
}
</style>
background-color css
<style>
a { background-color: #2DC12A; }
a { background-color: rgb(45,193,42); }
div.DivClassName
{
background-color: #2DC12A;
}
.BgClassName
{
background-color: #2DC12A;
}
</style>
border-color css
<style>
span { border-color: #2DC12A; }
span { border-color: rgb(45,193,42); }
td.TdClassName
{
border-color: #2DC12A;
}
.TagClassName
{
border-color: #2DC12A;
}
</style>