Shades of Lime Green #12C90D
Tints of Lime Green #12C90D
RGB
CMYK
RGB Variations
Color information
#12C90D (or 0x12C90D) is known color: Lime Green. HEX triplet: 12, C9 and 0D. RGB value is (18,201,13). Sum of RGB (Red+Green+Blue) = 18+201+13=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #12C90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C90D is #ED36F2. Grayscale: #7D7D7D. Windows color (decimal): -15546099 or 903442. OLE color: 903442.
HSL color Cylindrical-coordinate representation of color #12C90D: hue angle of 118.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12C90D is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 13 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.21 |
| HSL | 118.4º | 0.88% | 0.42% | - |
| HSV(B) | 118.4º | 0.94% | 0.79% | - |
| XYZ | 21.21 | 41.93 | 7.36 | - |
| YUV | 124.85 | 64.87 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 13 | 0.91 | 0 | 0.94 | 0.21 | 118.4 | 0.88 | 0.42 |
| Hex | 12 | C9 | D | 5B | 0 | 5E | 15 | 76 | 58 | 2A |
| Octal | 22 | 311 | 15 | 133 | 0 | 136 | 25 | 166 | 130 | 52 |
| Binary | 10010 | 11001001 | 1101 | 1011011 | 0 | 1011110 | 10101 | 1110110 | 1011000 | 101010 |
Color Harmonies of #12C90D
Complementary color
Monochromatic Colors of #12C90D
Black with #12C90D
Text Example
Text Example
White with #12C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C90D; }
p { color: rgb(18,201,13); }
H1.HeaderClassName
{
color: #12C90D;
}
.AnyTagClassName
{
color: #12C90D;
}
</style>
background-color css
<style>
a { background-color: #12C90D; }
a { background-color: rgb(18,201,13); }
div.DivClassName
{
background-color: #12C90D;
}
.BgClassName
{
background-color: #12C90D;
}
</style>
border-color css
<style>
span { border-color: #12C90D; }
span { border-color: rgb(18,201,13); }
td.TdClassName
{
border-color: #12C90D;
}
.TagClassName
{
border-color: #12C90D;
}
</style>