Shades of Lime Green #12DB2B
Tints of Lime Green #12DB2B
RGB
CMYK
RGB Variations
Color information
#12DB2B (or 0x12DB2B) is known color: Lime Green. HEX triplet: 12, DB and 2B. RGB value is (18,219,43). Sum of RGB (Red+Green+Blue) = 18+219+43=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 219 (85.94% from 255 or 78.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB2B is #ED24D4. Grayscale: #8B8B8B. Windows color (decimal): -15541461 or 2874130. OLE color: 2874130.
HSL color Cylindrical-coordinate representation of color #12DB2B: hue angle of 127.46º 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 #12DB2B is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 43 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.14 |
| HSL | 127.46º | 0.85% | 0.46% | - |
| HSV(B) | 127.46º | 0.92% | 0.86% | - |
| XYZ | 26.02 | 50.97 | 10.75 | - |
| YUV | 138.84 | 73.91 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 43 | 0.92 | 0 | 0.80 | 0.14 | 127.46 | 0.85 | 0.46 |
| Hex | 12 | DB | 2B | 5C | 0 | 50 | E | 7F | 55 | 2E |
| Octal | 22 | 333 | 53 | 134 | 0 | 120 | 16 | 177 | 125 | 56 |
| Binary | 10010 | 11011011 | 101011 | 1011100 | 0 | 1010000 | 1110 | 1111111 | 1010101 | 101110 |
Color Harmonies of #12DB2B
Complementary color
Monochromatic Colors of #12DB2B
Black with #12DB2B
Text Example
Text Example
White with #12DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB2B; }
p { color: rgb(18,219,43); }
H1.HeaderClassName
{
color: #12DB2B;
}
.AnyTagClassName
{
color: #12DB2B;
}
</style>
background-color css
<style>
a { background-color: #12DB2B; }
a { background-color: rgb(18,219,43); }
div.DivClassName
{
background-color: #12DB2B;
}
.BgClassName
{
background-color: #12DB2B;
}
</style>
border-color css
<style>
span { border-color: #12DB2B; }
span { border-color: rgb(18,219,43); }
td.TdClassName
{
border-color: #12DB2B;
}
.TagClassName
{
border-color: #12DB2B;
}
</style>