Shades of Lime Green #12C91C
Tints of Lime Green #12C91C
RGB
CMYK
RGB Variations
Color information
#12C91C (or 0x12C91C) is known color: Lime Green. HEX triplet: 12, C9 and 1C. RGB value is (18,201,28). Sum of RGB (Red+Green+Blue) = 18+201+28=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 201 (78.91% from 255 or 81.38% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 201 - color contains mainly: green. Hex color #12C91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C91C is #ED36E3. Grayscale: #7F7F7F. Windows color (decimal): -15546084 or 1886482. OLE color: 1886482.
HSL color Cylindrical-coordinate representation of color #12C91C: hue angle of 123.28º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C91C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 201 | 28 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.21 |
| HSL | 123.28º | 0.84% | 0.43% | - |
| HSV(B) | 123.28º | 0.91% | 0.79% | - |
| XYZ | 21.35 | 41.99 | 8.08 | - |
| YUV | 126.56 | 72.37 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 201 | 28 | 0.91 | 0 | 0.86 | 0.21 | 123.28 | 0.84 | 0.43 |
| Hex | 12 | C9 | 1C | 5B | 0 | 56 | 15 | 7B | 54 | 2B |
| Octal | 22 | 311 | 34 | 133 | 0 | 126 | 25 | 173 | 124 | 53 |
| Binary | 10010 | 11001001 | 11100 | 1011011 | 0 | 1010110 | 10101 | 1111011 | 1010100 | 101011 |
Color Harmonies of #12C91C
Complementary color
Monochromatic Colors of #12C91C
Black with #12C91C
Text Example
Text Example
White with #12C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C91C; }
p { color: rgb(18,201,28); }
H1.HeaderClassName
{
color: #12C91C;
}
.AnyTagClassName
{
color: #12C91C;
}
</style>
background-color css
<style>
a { background-color: #12C91C; }
a { background-color: rgb(18,201,28); }
div.DivClassName
{
background-color: #12C91C;
}
.BgClassName
{
background-color: #12C91C;
}
</style>
border-color css
<style>
span { border-color: #12C91C; }
span { border-color: rgb(18,201,28); }
td.TdClassName
{
border-color: #12C91C;
}
.TagClassName
{
border-color: #12C91C;
}
</style>