Shades of Lime Green #12D124
Tints of Lime Green #12D124
RGB
CMYK
RGB Variations
Color information
#12D124 (or 0x12D124) is known color: Lime Green. HEX triplet: 12, D1 and 24. RGB value is (18,209,36). Sum of RGB (Red+Green+Blue) = 18+209+36=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 209 (82.03% from 255 or 79.47% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 209 - color contains mainly: green. Hex color #12D124 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D124 is #ED2EDB. Grayscale: #848484. Windows color (decimal): -15544028 or 2412818. OLE color: 2412818.
HSL color Cylindrical-coordinate representation of color #12D124: hue angle of 125.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D124 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 36 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.18 |
| HSL | 125.65º | 0.84% | 0.45% | - |
| HSV(B) | 125.65º | 0.91% | 0.82% | - |
| XYZ | 23.37 | 45.86 | 9.29 | - |
| YUV | 132.17 | 73.72 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 36 | 0.91 | 0 | 0.83 | 0.18 | 125.65 | 0.84 | 0.45 |
| Hex | 12 | D1 | 24 | 5B | 0 | 53 | 12 | 7E | 54 | 2D |
| Octal | 22 | 321 | 44 | 133 | 0 | 123 | 22 | 176 | 124 | 55 |
| Binary | 10010 | 11010001 | 100100 | 1011011 | 0 | 1010011 | 10010 | 1111110 | 1010100 | 101101 |
Color Harmonies of #12D124
Complementary color
Monochromatic Colors of #12D124
Black with #12D124
Text Example
Text Example
White with #12D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D124; }
p { color: rgb(18,209,36); }
H1.HeaderClassName
{
color: #12D124;
}
.AnyTagClassName
{
color: #12D124;
}
</style>
background-color css
<style>
a { background-color: #12D124; }
a { background-color: rgb(18,209,36); }
div.DivClassName
{
background-color: #12D124;
}
.BgClassName
{
background-color: #12D124;
}
</style>
border-color css
<style>
span { border-color: #12D124; }
span { border-color: rgb(18,209,36); }
td.TdClassName
{
border-color: #12D124;
}
.TagClassName
{
border-color: #12D124;
}
</style>