Shades of Lime Green #12DD2D
Tints of Lime Green #12DD2D
RGB
CMYK
RGB Variations
Color information
#12DD2D (or 0x12DD2D) is known color: Lime Green. HEX triplet: 12, DD and 2D. RGB value is (18,221,45). Sum of RGB (Red+Green+Blue) = 18+221+45=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD2D is #ED22D2. Grayscale: #8C8C8C. Windows color (decimal): -15540947 or 3005714. OLE color: 3005714.
HSL color Cylindrical-coordinate representation of color #12DD2D: hue angle of 127.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD2D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 45 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.13 |
| HSL | 127.98º | 0.85% | 0.47% | - |
| HSV(B) | 127.98º | 0.92% | 0.87% | - |
| XYZ | 26.58 | 52.03 | 11.12 | - |
| YUV | 140.24 | 74.25 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 45 | 0.92 | 0 | 0.80 | 0.13 | 127.98 | 0.85 | 0.47 |
| Hex | 12 | DD | 2D | 5C | 0 | 50 | D | 80 | 55 | 2F |
| Octal | 22 | 335 | 55 | 134 | 0 | 120 | 15 | 200 | 125 | 57 |
| Binary | 10010 | 11011101 | 101101 | 1011100 | 0 | 1010000 | 1101 | 10000000 | 1010101 | 101111 |
Color Harmonies of #12DD2D
Complementary color
Monochromatic Colors of #12DD2D
Black with #12DD2D
Text Example
Text Example
White with #12DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD2D; }
p { color: rgb(18,221,45); }
H1.HeaderClassName
{
color: #12DD2D;
}
.AnyTagClassName
{
color: #12DD2D;
}
</style>
background-color css
<style>
a { background-color: #12DD2D; }
a { background-color: rgb(18,221,45); }
div.DivClassName
{
background-color: #12DD2D;
}
.BgClassName
{
background-color: #12DD2D;
}
</style>
border-color css
<style>
span { border-color: #12DD2D; }
span { border-color: rgb(18,221,45); }
td.TdClassName
{
border-color: #12DD2D;
}
.TagClassName
{
border-color: #12DD2D;
}
</style>