Shades of Lime Green #12C415
Tints of Lime Green #12C415
RGB
CMYK
RGB Variations
Color information
#12C415 (or 0x12C415) is known color: Lime Green. HEX triplet: 12, C4 and 15. RGB value is (18,196,21). Sum of RGB (Red+Green+Blue) = 18+196+21=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 196 (76.95% from 255 or 83.40% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 196 - color contains mainly: green. Hex color #12C415 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C415 is #ED3BEA. Grayscale: #7B7B7B. Windows color (decimal): -15547371 or 1426450. OLE color: 1426450.
HSL color Cylindrical-coordinate representation of color #12C415: hue angle of 121.01º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C415 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 21 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.23 |
| HSL | 121.01º | 0.83% | 0.42% | - |
| HSV(B) | 121.01º | 0.91% | 0.77% | - |
| XYZ | 20.12 | 39.66 | 7.3 | - |
| YUV | 122.83 | 70.53 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 21 | 0.91 | 0 | 0.89 | 0.23 | 121.01 | 0.83 | 0.42 |
| Hex | 12 | C4 | 15 | 5B | 0 | 59 | 17 | 79 | 53 | 2A |
| Octal | 22 | 304 | 25 | 133 | 0 | 131 | 27 | 171 | 123 | 52 |
| Binary | 10010 | 11000100 | 10101 | 1011011 | 0 | 1011001 | 10111 | 1111001 | 1010011 | 101010 |
Color Harmonies of #12C415
Complementary color
Monochromatic Colors of #12C415
Black with #12C415
Text Example
Text Example
White with #12C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C415; }
p { color: rgb(18,196,21); }
H1.HeaderClassName
{
color: #12C415;
}
.AnyTagClassName
{
color: #12C415;
}
</style>
background-color css
<style>
a { background-color: #12C415; }
a { background-color: rgb(18,196,21); }
div.DivClassName
{
background-color: #12C415;
}
.BgClassName
{
background-color: #12C415;
}
</style>
border-color css
<style>
span { border-color: #12C415; }
span { border-color: rgb(18,196,21); }
td.TdClassName
{
border-color: #12C415;
}
.TagClassName
{
border-color: #12C415;
}
</style>