Shades of Lime Green #12DB2A
Tints of Lime Green #12DB2A
RGB
CMYK
RGB Variations
Color information
#12DB2A (or 0x12DB2A) is known color: Lime Green. HEX triplet: 12, DB and 2A. RGB value is (18,219,42). Sum of RGB (Red+Green+Blue) = 18+219+42=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB2A is #ED24D5. Grayscale: #8B8B8B. Windows color (decimal): -15541462 or 2808594. OLE color: 2808594.
HSL color Cylindrical-coordinate representation of color #12DB2A: hue angle of 127.16º 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 #12DB2A is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 42 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.14 |
| HSL | 127.16º | 0.85% | 0.46% | - |
| HSV(B) | 127.16º | 0.92% | 0.86% | - |
| XYZ | 26 | 50.96 | 10.66 | - |
| YUV | 138.72 | 73.41 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 42 | 0.92 | 0 | 0.81 | 0.14 | 127.16 | 0.85 | 0.46 |
| Hex | 12 | DB | 2A | 5C | 0 | 51 | E | 7F | 55 | 2E |
| Octal | 22 | 333 | 52 | 134 | 0 | 121 | 16 | 177 | 125 | 56 |
| Binary | 10010 | 11011011 | 101010 | 1011100 | 0 | 1010001 | 1110 | 1111111 | 1010101 | 101110 |
Color Harmonies of #12DB2A
Complementary color
Monochromatic Colors of #12DB2A
Black with #12DB2A
Text Example
Text Example
White with #12DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB2A; }
p { color: rgb(18,219,42); }
H1.HeaderClassName
{
color: #12DB2A;
}
.AnyTagClassName
{
color: #12DB2A;
}
</style>
background-color css
<style>
a { background-color: #12DB2A; }
a { background-color: rgb(18,219,42); }
div.DivClassName
{
background-color: #12DB2A;
}
.BgClassName
{
background-color: #12DB2A;
}
</style>
border-color css
<style>
span { border-color: #12DB2A; }
span { border-color: rgb(18,219,42); }
td.TdClassName
{
border-color: #12DB2A;
}
.TagClassName
{
border-color: #12DB2A;
}
</style>