Shades of Lime Green #12C40F
Tints of Lime Green #12C40F
RGB
CMYK
RGB Variations
Color information
#12C40F (or 0x12C40F) is known color: Lime Green. HEX triplet: 12, C4 and 0F. RGB value is (18,196,15). Sum of RGB (Red+Green+Blue) = 18+196+15=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 196 (76.95% from 255 or 85.59% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 196 - color contains mainly: green. Hex color #12C40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C40F is #ED3BF0. Grayscale: #7A7A7A. Windows color (decimal): -15547377 or 1033234. OLE color: 1033234.
HSL color Cylindrical-coordinate representation of color #12C40F: hue angle of 119.01º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C40F is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 196 | 15 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.23 |
| HSL | 119.01º | 0.86% | 0.41% | - |
| HSV(B) | 119.01º | 0.92% | 0.77% | - |
| XYZ | 20.08 | 39.64 | 7.05 | - |
| YUV | 122.14 | 67.53 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 196 | 15 | 0.91 | 0 | 0.92 | 0.23 | 119.01 | 0.86 | 0.41 |
| Hex | 12 | C4 | F | 5B | 0 | 5C | 17 | 77 | 56 | 29 |
| Octal | 22 | 304 | 17 | 133 | 0 | 134 | 27 | 167 | 126 | 51 |
| Binary | 10010 | 11000100 | 1111 | 1011011 | 0 | 1011100 | 10111 | 1110111 | 1010110 | 101001 |
Color Harmonies of #12C40F
Complementary color
Monochromatic Colors of #12C40F
Black with #12C40F
Text Example
Text Example
White with #12C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C40F; }
p { color: rgb(18,196,15); }
H1.HeaderClassName
{
color: #12C40F;
}
.AnyTagClassName
{
color: #12C40F;
}
</style>
background-color css
<style>
a { background-color: #12C40F; }
a { background-color: rgb(18,196,15); }
div.DivClassName
{
background-color: #12C40F;
}
.BgClassName
{
background-color: #12C40F;
}
</style>
border-color css
<style>
span { border-color: #12C40F; }
span { border-color: rgb(18,196,15); }
td.TdClassName
{
border-color: #12C40F;
}
.TagClassName
{
border-color: #12C40F;
}
</style>