Shades of Lime Green #12D021
Tints of Lime Green #12D021
RGB
CMYK
RGB Variations
Color information
#12D021 (or 0x12D021) is known color: Lime Green. HEX triplet: 12, D0 and 21. RGB value is (18,208,33). Sum of RGB (Red+Green+Blue) = 18+208+33=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #12D021 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D021 is #ED2FDE. Grayscale: #838383. Windows color (decimal): -15544287 or 2215954. OLE color: 2215954.
HSL color Cylindrical-coordinate representation of color #12D021: hue angle of 124.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D021 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 208 | 33 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.18 |
| HSL | 124.74º | 0.84% | 0.44% | - |
| HSV(B) | 124.74º | 0.91% | 0.82% | - |
| XYZ | 23.08 | 45.35 | 8.98 | - |
| YUV | 131.24 | 72.55 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 208 | 33 | 0.91 | 0 | 0.84 | 0.18 | 124.74 | 0.84 | 0.44 |
| Hex | 12 | D0 | 21 | 5B | 0 | 54 | 12 | 7D | 54 | 2C |
| Octal | 22 | 320 | 41 | 133 | 0 | 124 | 22 | 175 | 124 | 54 |
| Binary | 10010 | 11010000 | 100001 | 1011011 | 0 | 1010100 | 10010 | 1111101 | 1010100 | 101100 |
Color Harmonies of #12D021
Complementary color
Monochromatic Colors of #12D021
Black with #12D021
Text Example
Text Example
White with #12D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D021; }
p { color: rgb(18,208,33); }
H1.HeaderClassName
{
color: #12D021;
}
.AnyTagClassName
{
color: #12D021;
}
</style>
background-color css
<style>
a { background-color: #12D021; }
a { background-color: rgb(18,208,33); }
div.DivClassName
{
background-color: #12D021;
}
.BgClassName
{
background-color: #12D021;
}
</style>
border-color css
<style>
span { border-color: #12D021; }
span { border-color: rgb(18,208,33); }
td.TdClassName
{
border-color: #12D021;
}
.TagClassName
{
border-color: #12D021;
}
</style>