Shades of Lime Green #21CC3A
Tints of Lime Green #21CC3A
RGB
CMYK
RGB Variations
Color information
#21CC3A (or 0x21CC3A) is known color: Lime Green. HEX triplet: 21, CC and 3A. RGB value is (33,204,58). Sum of RGB (Red+Green+Blue) = 33+204+58=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC3A is #DE33C5. Grayscale: #888888. Windows color (decimal): -14562246 or 3853345. OLE color: 3853345.
HSL color Cylindrical-coordinate representation of color #21CC3A: hue angle of 128.77º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC3A is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 58 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.2 |
| HSL | 128.77º | 0.72% | 0.46% | - |
| HSV(B) | 128.77º | 0.84% | 0.8% | - |
| XYZ | 22.98 | 43.81 | 11.25 | - |
| YUV | 136.23 | 83.85 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 58 | 0.84 | 0 | 0.72 | 0.2 | 128.77 | 0.72 | 0.46 |
| Hex | 21 | CC | 3A | 54 | 0 | 48 | 14 | 81 | 48 | 2E |
| Octal | 41 | 314 | 72 | 124 | 0 | 110 | 24 | 201 | 110 | 56 |
| Binary | 100001 | 11001100 | 111010 | 1010100 | 0 | 1001000 | 10100 | 10000001 | 1001000 | 101110 |
Color Harmonies of #21CC3A
Complementary color
Monochromatic Colors of #21CC3A
Black with #21CC3A
Text Example
Text Example
White with #21CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC3A; }
p { color: rgb(33,204,58); }
H1.HeaderClassName
{
color: #21CC3A;
}
.AnyTagClassName
{
color: #21CC3A;
}
</style>
background-color css
<style>
a { background-color: #21CC3A; }
a { background-color: rgb(33,204,58); }
div.DivClassName
{
background-color: #21CC3A;
}
.BgClassName
{
background-color: #21CC3A;
}
</style>
border-color css
<style>
span { border-color: #21CC3A; }
span { border-color: rgb(33,204,58); }
td.TdClassName
{
border-color: #21CC3A;
}
.TagClassName
{
border-color: #21CC3A;
}
</style>