Shades of Lime Green #12D220
Tints of Lime Green #12D220
RGB
CMYK
RGB Variations
Color information
#12D220 (or 0x12D220) is known color: Lime Green. HEX triplet: 12, D2 and 20. RGB value is (18,210,32). Sum of RGB (Red+Green+Blue) = 18+210+32=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #12D220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D220 is #ED2DDF. Grayscale: #848484. Windows color (decimal): -15543776 or 2150930. OLE color: 2150930.
HSL color Cylindrical-coordinate representation of color #12D220: hue angle of 124.38º 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 #12D220 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 32 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.18 |
| HSL | 124.38º | 0.84% | 0.45% | - |
| HSV(B) | 124.38º | 0.91% | 0.82% | - |
| XYZ | 23.56 | 46.33 | 9.07 | - |
| YUV | 132.3 | 71.39 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 32 | 0.91 | 0 | 0.85 | 0.18 | 124.38 | 0.84 | 0.45 |
| Hex | 12 | D2 | 20 | 5B | 0 | 55 | 12 | 7C | 54 | 2D |
| Octal | 22 | 322 | 40 | 133 | 0 | 125 | 22 | 174 | 124 | 55 |
| Binary | 10010 | 11010010 | 100000 | 1011011 | 0 | 1010101 | 10010 | 1111100 | 1010100 | 101101 |
Color Harmonies of #12D220
Complementary color
Monochromatic Colors of #12D220
Black with #12D220
Text Example
Text Example
White with #12D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D220; }
p { color: rgb(18,210,32); }
H1.HeaderClassName
{
color: #12D220;
}
.AnyTagClassName
{
color: #12D220;
}
</style>
background-color css
<style>
a { background-color: #12D220; }
a { background-color: rgb(18,210,32); }
div.DivClassName
{
background-color: #12D220;
}
.BgClassName
{
background-color: #12D220;
}
</style>
border-color css
<style>
span { border-color: #12D220; }
span { border-color: rgb(18,210,32); }
td.TdClassName
{
border-color: #12D220;
}
.TagClassName
{
border-color: #12D220;
}
</style>