Shades of Lime Green #12D21D
Tints of Lime Green #12D21D
RGB
CMYK
RGB Variations
Color information
#12D21D (or 0x12D21D) is known color: Lime Green. HEX triplet: 12, D2 and 1D. RGB value is (18,210,29). Sum of RGB (Red+Green+Blue) = 18+210+29=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 210 (82.42% from 255 or 81.71% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 210 - color contains mainly: green. Hex color #12D21D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D21D is #ED2DE2. Grayscale: #848484. Windows color (decimal): -15543779 or 1954322. OLE color: 1954322.
HSL color Cylindrical-coordinate representation of color #12D21D: hue angle of 123.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D21D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 29 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.18 |
| HSL | 123.44º | 0.84% | 0.45% | - |
| HSV(B) | 123.44º | 0.91% | 0.82% | - |
| XYZ | 23.52 | 46.31 | 8.86 | - |
| YUV | 131.96 | 69.89 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 29 | 0.91 | 0 | 0.86 | 0.18 | 123.44 | 0.84 | 0.45 |
| Hex | 12 | D2 | 1D | 5B | 0 | 56 | 12 | 7B | 54 | 2D |
| Octal | 22 | 322 | 35 | 133 | 0 | 126 | 22 | 173 | 124 | 55 |
| Binary | 10010 | 11010010 | 11101 | 1011011 | 0 | 1010110 | 10010 | 1111011 | 1010100 | 101101 |
Color Harmonies of #12D21D
Complementary color
Monochromatic Colors of #12D21D
Black with #12D21D
Text Example
Text Example
White with #12D21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D21D; }
p { color: rgb(18,210,29); }
H1.HeaderClassName
{
color: #12D21D;
}
.AnyTagClassName
{
color: #12D21D;
}
</style>
background-color css
<style>
a { background-color: #12D21D; }
a { background-color: rgb(18,210,29); }
div.DivClassName
{
background-color: #12D21D;
}
.BgClassName
{
background-color: #12D21D;
}
</style>
border-color css
<style>
span { border-color: #12D21D; }
span { border-color: rgb(18,210,29); }
td.TdClassName
{
border-color: #12D21D;
}
.TagClassName
{
border-color: #12D21D;
}
</style>