Shades of Lime Green #12D226
Tints of Lime Green #12D226
RGB
CMYK
RGB Variations
Color information
#12D226 (or 0x12D226) is known color: Lime Green. HEX triplet: 12, D2 and 26. RGB value is (18,210,38). Sum of RGB (Red+Green+Blue) = 18+210+38=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #12D226 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D226 is #ED2DD9. Grayscale: #858585. Windows color (decimal): -15543770 or 2544146. OLE color: 2544146.
HSL color Cylindrical-coordinate representation of color #12D226: hue angle of 126.25º 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 #12D226 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 210 | 38 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.18 |
| HSL | 126.25º | 0.84% | 0.45% | - |
| HSV(B) | 126.25º | 0.91% | 0.82% | - |
| XYZ | 23.65 | 46.36 | 9.54 | - |
| YUV | 132.98 | 74.39 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 210 | 38 | 0.91 | 0 | 0.82 | 0.18 | 126.25 | 0.84 | 0.45 |
| Hex | 12 | D2 | 26 | 5B | 0 | 52 | 12 | 7E | 54 | 2D |
| Octal | 22 | 322 | 46 | 133 | 0 | 122 | 22 | 176 | 124 | 55 |
| Binary | 10010 | 11010010 | 100110 | 1011011 | 0 | 1010010 | 10010 | 1111110 | 1010100 | 101101 |
Color Harmonies of #12D226
Complementary color
Monochromatic Colors of #12D226
Black with #12D226
Text Example
Text Example
White with #12D226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D226; }
p { color: rgb(18,210,38); }
H1.HeaderClassName
{
color: #12D226;
}
.AnyTagClassName
{
color: #12D226;
}
</style>
background-color css
<style>
a { background-color: #12D226; }
a { background-color: rgb(18,210,38); }
div.DivClassName
{
background-color: #12D226;
}
.BgClassName
{
background-color: #12D226;
}
</style>
border-color css
<style>
span { border-color: #12D226; }
span { border-color: rgb(18,210,38); }
td.TdClassName
{
border-color: #12D226;
}
.TagClassName
{
border-color: #12D226;
}
</style>