Shades of Lime Green #12D326
Tints of Lime Green #12D326
RGB
CMYK
RGB Variations
Color information
#12D326 (or 0x12D326) is known color: Lime Green. HEX triplet: 12, D3 and 26. RGB value is (18,211,38). Sum of RGB (Red+Green+Blue) = 18+211+38=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 211 (82.81% from 255 or 79.03% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 211 - color contains mainly: green. Hex color #12D326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D326 is #ED2CD9. Grayscale: #868686. Windows color (decimal): -15543514 or 2544402. OLE color: 2544402.
HSL color Cylindrical-coordinate representation of color #12D326: hue angle of 126.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D326 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 38 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.17 |
| HSL | 126.22º | 0.84% | 0.45% | - |
| HSV(B) | 126.22º | 0.91% | 0.83% | - |
| XYZ | 23.89 | 46.86 | 9.62 | - |
| YUV | 133.57 | 74.06 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 38 | 0.91 | 0 | 0.82 | 0.17 | 126.22 | 0.84 | 0.45 |
| Hex | 12 | D3 | 26 | 5B | 0 | 52 | 11 | 7E | 54 | 2D |
| Octal | 22 | 323 | 46 | 133 | 0 | 122 | 21 | 176 | 124 | 55 |
| Binary | 10010 | 11010011 | 100110 | 1011011 | 0 | 1010010 | 10001 | 1111110 | 1010100 | 101101 |
Color Harmonies of #12D326
Complementary color
Monochromatic Colors of #12D326
Black with #12D326
Text Example
Text Example
White with #12D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D326; }
p { color: rgb(18,211,38); }
H1.HeaderClassName
{
color: #12D326;
}
.AnyTagClassName
{
color: #12D326;
}
</style>
background-color css
<style>
a { background-color: #12D326; }
a { background-color: rgb(18,211,38); }
div.DivClassName
{
background-color: #12D326;
}
.BgClassName
{
background-color: #12D326;
}
</style>
border-color css
<style>
span { border-color: #12D326; }
span { border-color: rgb(18,211,38); }
td.TdClassName
{
border-color: #12D326;
}
.TagClassName
{
border-color: #12D326;
}
</style>