Shades of Lime Green #12DB2C
Tints of Lime Green #12DB2C
RGB
CMYK
RGB Variations
Color information
#12DB2C (or 0x12DB2C) is known color: Lime Green. HEX triplet: 12, DB and 2C. RGB value is (18,219,44). Sum of RGB (Red+Green+Blue) = 18+219+44=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB2C is #ED24D3. Grayscale: #8B8B8B. Windows color (decimal): -15541460 or 2939666. OLE color: 2939666.
HSL color Cylindrical-coordinate representation of color #12DB2C: hue angle of 127.76º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB2C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 44 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.14 |
| HSL | 127.76º | 0.85% | 0.46% | - |
| HSV(B) | 127.76º | 0.92% | 0.86% | - |
| XYZ | 26.04 | 50.97 | 10.85 | - |
| YUV | 138.95 | 74.41 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 44 | 0.92 | 0 | 0.80 | 0.14 | 127.76 | 0.85 | 0.46 |
| Hex | 12 | DB | 2C | 5C | 0 | 50 | E | 80 | 55 | 2E |
| Octal | 22 | 333 | 54 | 134 | 0 | 120 | 16 | 200 | 125 | 56 |
| Binary | 10010 | 11011011 | 101100 | 1011100 | 0 | 1010000 | 1110 | 10000000 | 1010101 | 101110 |
Color Harmonies of #12DB2C
Complementary color
Monochromatic Colors of #12DB2C
Black with #12DB2C
Text Example
Text Example
White with #12DB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB2C; }
p { color: rgb(18,219,44); }
H1.HeaderClassName
{
color: #12DB2C;
}
.AnyTagClassName
{
color: #12DB2C;
}
</style>
background-color css
<style>
a { background-color: #12DB2C; }
a { background-color: rgb(18,219,44); }
div.DivClassName
{
background-color: #12DB2C;
}
.BgClassName
{
background-color: #12DB2C;
}
</style>
border-color css
<style>
span { border-color: #12DB2C; }
span { border-color: rgb(18,219,44); }
td.TdClassName
{
border-color: #12DB2C;
}
.TagClassName
{
border-color: #12DB2C;
}
</style>