Shades of Lime Green #12DA2C
Tints of Lime Green #12DA2C
RGB
CMYK
RGB Variations
Color information
#12DA2C (or 0x12DA2C) is known color: Lime Green. HEX triplet: 12, DA and 2C. RGB value is (18,218,44). Sum of RGB (Red+Green+Blue) = 18+218+44=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA2C is #ED25D3. Grayscale: #8A8A8A. Windows color (decimal): -15541716 or 2939410. OLE color: 2939410.
HSL color Cylindrical-coordinate representation of color #12DA2C: hue angle of 127.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA2C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 44 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.15 |
| HSL | 127.8º | 0.85% | 0.46% | - |
| HSV(B) | 127.8º | 0.92% | 0.85% | - |
| XYZ | 25.78 | 50.45 | 10.76 | - |
| YUV | 138.36 | 74.74 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 44 | 0.92 | 0 | 0.80 | 0.15 | 127.8 | 0.85 | 0.46 |
| Hex | 12 | DA | 2C | 5C | 0 | 50 | F | 80 | 55 | 2E |
| Octal | 22 | 332 | 54 | 134 | 0 | 120 | 17 | 200 | 125 | 56 |
| Binary | 10010 | 11011010 | 101100 | 1011100 | 0 | 1010000 | 1111 | 10000000 | 1010101 | 101110 |
Color Harmonies of #12DA2C
Complementary color
Monochromatic Colors of #12DA2C
Black with #12DA2C
Text Example
Text Example
White with #12DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA2C; }
p { color: rgb(18,218,44); }
H1.HeaderClassName
{
color: #12DA2C;
}
.AnyTagClassName
{
color: #12DA2C;
}
</style>
background-color css
<style>
a { background-color: #12DA2C; }
a { background-color: rgb(18,218,44); }
div.DivClassName
{
background-color: #12DA2C;
}
.BgClassName
{
background-color: #12DA2C;
}
</style>
border-color css
<style>
span { border-color: #12DA2C; }
span { border-color: rgb(18,218,44); }
td.TdClassName
{
border-color: #12DA2C;
}
.TagClassName
{
border-color: #12DA2C;
}
</style>