Shades of Lime Green #21D012
Tints of Lime Green #21D012
RGB
CMYK
RGB Variations
Color information
#21D012 (or 0x21D012) is known color: Lime Green. HEX triplet: 21, D0 and 12. RGB value is (33,208,18). Sum of RGB (Red+Green+Blue) = 33+208+18=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #21D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D012 is #DE2FED. Grayscale: #868686. Windows color (decimal): -14561262 or 1232929. OLE color: 1232929.
HSL color Cylindrical-coordinate representation of color #21D012: hue angle of 115.26º 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 #21D012 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 18 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.18 |
| HSL | 115.26º | 0.84% | 0.44% | - |
| HSV(B) | 115.26º | 0.91% | 0.82% | - |
| XYZ | 23.29 | 45.48 | 8.12 | - |
| YUV | 134.02 | 62.52 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 18 | 0.84 | 0 | 0.91 | 0.18 | 115.26 | 0.84 | 0.44 |
| Hex | 21 | D0 | 12 | 54 | 0 | 5B | 12 | 73 | 54 | 2C |
| Octal | 41 | 320 | 22 | 124 | 0 | 133 | 22 | 163 | 124 | 54 |
| Binary | 100001 | 11010000 | 10010 | 1010100 | 0 | 1011011 | 10010 | 1110011 | 1010100 | 101100 |
Color Harmonies of #21D012
Complementary color
Monochromatic Colors of #21D012
Black with #21D012
Text Example
Text Example
White with #21D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D012; }
p { color: rgb(33,208,18); }
H1.HeaderClassName
{
color: #21D012;
}
.AnyTagClassName
{
color: #21D012;
}
</style>
background-color css
<style>
a { background-color: #21D012; }
a { background-color: rgb(33,208,18); }
div.DivClassName
{
background-color: #21D012;
}
.BgClassName
{
background-color: #21D012;
}
</style>
border-color css
<style>
span { border-color: #21D012; }
span { border-color: rgb(33,208,18); }
td.TdClassName
{
border-color: #21D012;
}
.TagClassName
{
border-color: #21D012;
}
</style>