Shades of Lime Green #21CC12
Tints of Lime Green #21CC12
RGB
CMYK
RGB Variations
Color information
#21CC12 (or 0x21CC12) is known color: Lime Green. HEX triplet: 21, CC and 12. RGB value is (33,204,18). Sum of RGB (Red+Green+Blue) = 33+204+18=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21CC12 is #DE33ED. Grayscale: #848484. Windows color (decimal): -14562286 or 1231905. OLE color: 1231905.
HSL color Cylindrical-coordinate representation of color #21CC12: hue angle of 115.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21CC12 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 18 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.2 |
| HSL | 115.16º | 0.84% | 0.44% | - |
| HSV(B) | 115.16º | 0.91% | 0.8% | - |
| XYZ | 22.33 | 43.55 | 7.8 | - |
| YUV | 131.67 | 63.85 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 18 | 0.84 | 0 | 0.91 | 0.2 | 115.16 | 0.84 | 0.44 |
| Hex | 21 | CC | 12 | 54 | 0 | 5B | 14 | 73 | 54 | 2C |
| Octal | 41 | 314 | 22 | 124 | 0 | 133 | 24 | 163 | 124 | 54 |
| Binary | 100001 | 11001100 | 10010 | 1010100 | 0 | 1011011 | 10100 | 1110011 | 1010100 | 101100 |
Color Harmonies of #21CC12
Complementary color
Monochromatic Colors of #21CC12
Black with #21CC12
Text Example
Text Example
White with #21CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC12; }
p { color: rgb(33,204,18); }
H1.HeaderClassName
{
color: #21CC12;
}
.AnyTagClassName
{
color: #21CC12;
}
</style>
background-color css
<style>
a { background-color: #21CC12; }
a { background-color: rgb(33,204,18); }
div.DivClassName
{
background-color: #21CC12;
}
.BgClassName
{
background-color: #21CC12;
}
</style>
border-color css
<style>
span { border-color: #21CC12; }
span { border-color: rgb(33,204,18); }
td.TdClassName
{
border-color: #21CC12;
}
.TagClassName
{
border-color: #21CC12;
}
</style>