Shades of Lime Green #12DD2E
Tints of Lime Green #12DD2E
RGB
CMYK
RGB Variations
Color information
#12DD2E (or 0x12DD2E) is known color: Lime Green. HEX triplet: 12, DD and 2E. RGB value is (18,221,46). Sum of RGB (Red+Green+Blue) = 18+221+46=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DD2E is #ED22D1. Grayscale: #8C8C8C. Windows color (decimal): -15540946 or 3071250. OLE color: 3071250.
HSL color Cylindrical-coordinate representation of color #12DD2E: hue angle of 128.28º 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 #12DD2E is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 221 | 46 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.13 |
| HSL | 128.28º | 0.85% | 0.47% | - |
| HSV(B) | 128.28º | 0.92% | 0.87% | - |
| XYZ | 26.6 | 52.04 | 11.23 | - |
| YUV | 140.35 | 74.75 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 221 | 46 | 0.92 | 0 | 0.79 | 0.13 | 128.28 | 0.85 | 0.47 |
| Hex | 12 | DD | 2E | 5C | 0 | 4F | D | 80 | 55 | 2F |
| Octal | 22 | 335 | 56 | 134 | 0 | 117 | 15 | 200 | 125 | 57 |
| Binary | 10010 | 11011101 | 101110 | 1011100 | 0 | 1001111 | 1101 | 10000000 | 1010101 | 101111 |
Color Harmonies of #12DD2E
Complementary color
Monochromatic Colors of #12DD2E
Black with #12DD2E
Text Example
Text Example
White with #12DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DD2E; }
p { color: rgb(18,221,46); }
H1.HeaderClassName
{
color: #12DD2E;
}
.AnyTagClassName
{
color: #12DD2E;
}
</style>
background-color css
<style>
a { background-color: #12DD2E; }
a { background-color: rgb(18,221,46); }
div.DivClassName
{
background-color: #12DD2E;
}
.BgClassName
{
background-color: #12DD2E;
}
</style>
border-color css
<style>
span { border-color: #12DD2E; }
span { border-color: rgb(18,221,46); }
td.TdClassName
{
border-color: #12DD2E;
}
.TagClassName
{
border-color: #12DD2E;
}
</style>