Shades of Lime Green #12CE18
Tints of Lime Green #12CE18
RGB
CMYK
RGB Variations
Color information
#12CE18 (or 0x12CE18) is known color: Lime Green. HEX triplet: 12, CE and 18. RGB value is (18,206,24). Sum of RGB (Red+Green+Blue) = 18+206+24=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 206 (80.86% from 255 or 83.06% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CE18 is #ED31E7. Grayscale: #818181. Windows color (decimal): -15544808 or 1625618. OLE color: 1625618.
HSL color Cylindrical-coordinate representation of color #12CE18: hue angle of 121.91º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE18 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 24 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.19 |
| HSL | 121.91º | 0.84% | 0.44% | - |
| HSV(B) | 121.91º | 0.91% | 0.81% | - |
| XYZ | 22.49 | 44.34 | 8.24 | - |
| YUV | 129.04 | 68.72 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 24 | 0.91 | 0 | 0.88 | 0.19 | 121.91 | 0.84 | 0.44 |
| Hex | 12 | CE | 18 | 5B | 0 | 58 | 13 | 7A | 54 | 2C |
| Octal | 22 | 316 | 30 | 133 | 0 | 130 | 23 | 172 | 124 | 54 |
| Binary | 10010 | 11001110 | 11000 | 1011011 | 0 | 1011000 | 10011 | 1111010 | 1010100 | 101100 |
Color Harmonies of #12CE18
Complementary color
Monochromatic Colors of #12CE18
Black with #12CE18
Text Example
Text Example
White with #12CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE18; }
p { color: rgb(18,206,24); }
H1.HeaderClassName
{
color: #12CE18;
}
.AnyTagClassName
{
color: #12CE18;
}
</style>
background-color css
<style>
a { background-color: #12CE18; }
a { background-color: rgb(18,206,24); }
div.DivClassName
{
background-color: #12CE18;
}
.BgClassName
{
background-color: #12CE18;
}
</style>
border-color css
<style>
span { border-color: #12CE18; }
span { border-color: rgb(18,206,24); }
td.TdClassName
{
border-color: #12CE18;
}
.TagClassName
{
border-color: #12CE18;
}
</style>