Shades of Lime Green #21CC2A
Tints of Lime Green #21CC2A
RGB
CMYK
RGB Variations
Color information
#21CC2A (or 0x21CC2A) is known color: Lime Green. HEX triplet: 21, CC and 2A. RGB value is (33,204,42). Sum of RGB (Red+Green+Blue) = 33+204+42=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC2A is #DE33D5. Grayscale: #868686. Windows color (decimal): -14562262 or 2804769. OLE color: 2804769.
HSL color Cylindrical-coordinate representation of color #21CC2A: hue angle of 123.16º 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 #21CC2A is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 42 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.2 |
| HSL | 123.16º | 0.72% | 0.46% | - |
| HSV(B) | 123.16º | 0.84% | 0.8% | - |
| XYZ | 22.64 | 43.68 | 9.43 | - |
| YUV | 134.4 | 75.85 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 42 | 0.84 | 0 | 0.79 | 0.2 | 123.16 | 0.72 | 0.46 |
| Hex | 21 | CC | 2A | 54 | 0 | 4F | 14 | 7B | 48 | 2E |
| Octal | 41 | 314 | 52 | 124 | 0 | 117 | 24 | 173 | 110 | 56 |
| Binary | 100001 | 11001100 | 101010 | 1010100 | 0 | 1001111 | 10100 | 1111011 | 1001000 | 101110 |
Color Harmonies of #21CC2A
Complementary color
Monochromatic Colors of #21CC2A
Black with #21CC2A
Text Example
Text Example
White with #21CC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC2A; }
p { color: rgb(33,204,42); }
H1.HeaderClassName
{
color: #21CC2A;
}
.AnyTagClassName
{
color: #21CC2A;
}
</style>
background-color css
<style>
a { background-color: #21CC2A; }
a { background-color: rgb(33,204,42); }
div.DivClassName
{
background-color: #21CC2A;
}
.BgClassName
{
background-color: #21CC2A;
}
</style>
border-color css
<style>
span { border-color: #21CC2A; }
span { border-color: rgb(33,204,42); }
td.TdClassName
{
border-color: #21CC2A;
}
.TagClassName
{
border-color: #21CC2A;
}
</style>