Shades of Lime Green #12BE16
Tints of Lime Green #12BE16
RGB
CMYK
RGB Variations
Color information
#12BE16 (or 0x12BE16) is known color: Lime Green. HEX triplet: 12, BE and 16. RGB value is (18,190,22). Sum of RGB (Red+Green+Blue) = 18+190+22=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 190 (74.61% from 255 or 82.61% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BE16 is #ED41E9. Grayscale: #777777. Windows color (decimal): -15548906 or 1490450. OLE color: 1490450.
HSL color Cylindrical-coordinate representation of color #12BE16: hue angle of 121.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE16 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 22 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.25 |
| HSL | 121.4º | 0.83% | 0.41% | - |
| HSV(B) | 121.4º | 0.91% | 0.75% | - |
| XYZ | 18.81 | 37.01 | 6.91 | - |
| YUV | 119.42 | 73.02 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 22 | 0.91 | 0 | 0.88 | 0.25 | 121.4 | 0.83 | 0.41 |
| Hex | 12 | BE | 16 | 5B | 0 | 58 | 19 | 79 | 53 | 29 |
| Octal | 22 | 276 | 26 | 133 | 0 | 130 | 31 | 171 | 123 | 51 |
| Binary | 10010 | 10111110 | 10110 | 1011011 | 0 | 1011000 | 11001 | 1111001 | 1010011 | 101001 |
Color Harmonies of #12BE16
Complementary color
Monochromatic Colors of #12BE16
Black with #12BE16
Text Example
Text Example
White with #12BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE16; }
p { color: rgb(18,190,22); }
H1.HeaderClassName
{
color: #12BE16;
}
.AnyTagClassName
{
color: #12BE16;
}
</style>
background-color css
<style>
a { background-color: #12BE16; }
a { background-color: rgb(18,190,22); }
div.DivClassName
{
background-color: #12BE16;
}
.BgClassName
{
background-color: #12BE16;
}
</style>
border-color css
<style>
span { border-color: #12BE16; }
span { border-color: rgb(18,190,22); }
td.TdClassName
{
border-color: #12BE16;
}
.TagClassName
{
border-color: #12BE16;
}
</style>