Shades of Lime Green #12BD16
Tints of Lime Green #12BD16
RGB
CMYK
RGB Variations
Color information
#12BD16 (or 0x12BD16) is known color: Lime Green. HEX triplet: 12, BD and 16. RGB value is (18,189,22). Sum of RGB (Red+Green+Blue) = 18+189+22=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 189 (74.22% from 255 or 82.53% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD16 is #ED42E9. Grayscale: #777777. Windows color (decimal): -15549162 or 1490194. OLE color: 1490194.
HSL color Cylindrical-coordinate representation of color #12BD16: hue angle of 121.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD16 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 22 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.26 |
| HSL | 121.4º | 0.83% | 0.41% | - |
| HSV(B) | 121.4º | 0.9% | 0.74% | - |
| XYZ | 18.59 | 36.58 | 6.84 | - |
| YUV | 118.83 | 73.35 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 22 | 0.90 | 0 | 0.88 | 0.26 | 121.4 | 0.83 | 0.41 |
| Hex | 12 | BD | 16 | 5A | 0 | 58 | 1A | 79 | 53 | 29 |
| Octal | 22 | 275 | 26 | 132 | 0 | 130 | 32 | 171 | 123 | 51 |
| Binary | 10010 | 10111101 | 10110 | 1011010 | 0 | 1011000 | 11010 | 1111001 | 1010011 | 101001 |
Color Harmonies of #12BD16
Complementary color
Monochromatic Colors of #12BD16
Black with #12BD16
Text Example
Text Example
White with #12BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD16; }
p { color: rgb(18,189,22); }
H1.HeaderClassName
{
color: #12BD16;
}
.AnyTagClassName
{
color: #12BD16;
}
</style>
background-color css
<style>
a { background-color: #12BD16; }
a { background-color: rgb(18,189,22); }
div.DivClassName
{
background-color: #12BD16;
}
.BgClassName
{
background-color: #12BD16;
}
</style>
border-color css
<style>
span { border-color: #12BD16; }
span { border-color: rgb(18,189,22); }
td.TdClassName
{
border-color: #12BD16;
}
.TagClassName
{
border-color: #12BD16;
}
</style>