Shades of Lime Green #12C815
Tints of Lime Green #12C815
RGB
CMYK
RGB Variations
Color information
#12C815 (or 0x12C815) is known color: Lime Green. HEX triplet: 12, C8 and 15. RGB value is (18,200,21). Sum of RGB (Red+Green+Blue) = 18+200+21=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 200 (78.52% from 255 or 83.68% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 200 - color contains mainly: green. Hex color #12C815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C815 is #ED37EA. Grayscale: #7D7D7D. Windows color (decimal): -15546347 or 1427474. OLE color: 1427474.
HSL color Cylindrical-coordinate representation of color #12C815: hue angle of 120.99º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C815 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 200 | 21 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.22 |
| HSL | 120.99º | 0.83% | 0.43% | - |
| HSV(B) | 120.99º | 0.91% | 0.78% | - |
| XYZ | 21.04 | 41.49 | 7.61 | - |
| YUV | 125.18 | 69.2 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 200 | 21 | 0.91 | 0 | 0.90 | 0.22 | 120.99 | 0.83 | 0.43 |
| Hex | 12 | C8 | 15 | 5B | 0 | 5A | 16 | 79 | 53 | 2B |
| Octal | 22 | 310 | 25 | 133 | 0 | 132 | 26 | 171 | 123 | 53 |
| Binary | 10010 | 11001000 | 10101 | 1011011 | 0 | 1011010 | 10110 | 1111001 | 1010011 | 101011 |
Color Harmonies of #12C815
Complementary color
Monochromatic Colors of #12C815
Black with #12C815
Text Example
Text Example
White with #12C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C815; }
p { color: rgb(18,200,21); }
H1.HeaderClassName
{
color: #12C815;
}
.AnyTagClassName
{
color: #12C815;
}
</style>
background-color css
<style>
a { background-color: #12C815; }
a { background-color: rgb(18,200,21); }
div.DivClassName
{
background-color: #12C815;
}
.BgClassName
{
background-color: #12C815;
}
</style>
border-color css
<style>
span { border-color: #12C815; }
span { border-color: rgb(18,200,21); }
td.TdClassName
{
border-color: #12C815;
}
.TagClassName
{
border-color: #12C815;
}
</style>