Shades of Lime Green #12D119
Tints of Lime Green #12D119
RGB
CMYK
RGB Variations
Color information
#12D119 (or 0x12D119) is known color: Lime Green. HEX triplet: 12, D1 and 19. RGB value is (18,209,25). Sum of RGB (Red+Green+Blue) = 18+209+25=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 209 (82.03% from 255 or 82.94% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 209 - color contains mainly: green. Hex color #12D119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D119 is #ED2EE6. Grayscale: #838383. Windows color (decimal): -15544039 or 1691922. OLE color: 1691922.
HSL color Cylindrical-coordinate representation of color #12D119: hue angle of 122.2º 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 #12D119 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 209 | 25 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.18 |
| HSL | 122.2º | 0.84% | 0.45% | - |
| HSV(B) | 122.2º | 0.91% | 0.82% | - |
| XYZ | 23.23 | 45.8 | 8.54 | - |
| YUV | 130.92 | 68.22 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 209 | 25 | 0.91 | 0 | 0.88 | 0.18 | 122.2 | 0.84 | 0.45 |
| Hex | 12 | D1 | 19 | 5B | 0 | 58 | 12 | 7A | 54 | 2D |
| Octal | 22 | 321 | 31 | 133 | 0 | 130 | 22 | 172 | 124 | 55 |
| Binary | 10010 | 11010001 | 11001 | 1011011 | 0 | 1011000 | 10010 | 1111010 | 1010100 | 101101 |
Color Harmonies of #12D119
Complementary color
Monochromatic Colors of #12D119
Black with #12D119
Text Example
Text Example
White with #12D119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D119; }
p { color: rgb(18,209,25); }
H1.HeaderClassName
{
color: #12D119;
}
.AnyTagClassName
{
color: #12D119;
}
</style>
background-color css
<style>
a { background-color: #12D119; }
a { background-color: rgb(18,209,25); }
div.DivClassName
{
background-color: #12D119;
}
.BgClassName
{
background-color: #12D119;
}
</style>
border-color css
<style>
span { border-color: #12D119; }
span { border-color: rgb(18,209,25); }
td.TdClassName
{
border-color: #12D119;
}
.TagClassName
{
border-color: #12D119;
}
</style>