Shades of Lime Green #12BC18
Tints of Lime Green #12BC18
RGB
CMYK
RGB Variations
Color information
#12BC18 (or 0x12BC18) is known color: Lime Green. HEX triplet: 12, BC and 18. RGB value is (18,188,24). Sum of RGB (Red+Green+Blue) = 18+188+24=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 188 (73.83% from 255 or 81.74% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC18 is #ED43E7. Grayscale: #767676. Windows color (decimal): -15549416 or 1621010. OLE color: 1621010.
HSL color Cylindrical-coordinate representation of color #12BC18: hue angle of 122.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC18 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 24 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.26 |
| HSL | 122.12º | 0.83% | 0.4% | - |
| HSV(B) | 122.12º | 0.9% | 0.74% | - |
| XYZ | 18.4 | 36.16 | 6.87 | - |
| YUV | 118.47 | 74.68 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 24 | 0.90 | 0 | 0.87 | 0.26 | 122.12 | 0.83 | 0.4 |
| Hex | 12 | BC | 18 | 5A | 0 | 57 | 1A | 7A | 53 | 28 |
| Octal | 22 | 274 | 30 | 132 | 0 | 127 | 32 | 172 | 123 | 50 |
| Binary | 10010 | 10111100 | 11000 | 1011010 | 0 | 1010111 | 11010 | 1111010 | 1010011 | 101000 |
Color Harmonies of #12BC18
Complementary color
Monochromatic Colors of #12BC18
Black with #12BC18
Text Example
Text Example
White with #12BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC18; }
p { color: rgb(18,188,24); }
H1.HeaderClassName
{
color: #12BC18;
}
.AnyTagClassName
{
color: #12BC18;
}
</style>
background-color css
<style>
a { background-color: #12BC18; }
a { background-color: rgb(18,188,24); }
div.DivClassName
{
background-color: #12BC18;
}
.BgClassName
{
background-color: #12BC18;
}
</style>
border-color css
<style>
span { border-color: #12BC18; }
span { border-color: rgb(18,188,24); }
td.TdClassName
{
border-color: #12BC18;
}
.TagClassName
{
border-color: #12BC18;
}
</style>