Shades of Lime Green #21CC42
Tints of Lime Green #21CC42
RGB
CMYK
RGB Variations
Color information
#21CC42 (or 0x21CC42) is known color: Lime Green. HEX triplet: 21, CC and 42. RGB value is (33,204,66). Sum of RGB (Red+Green+Blue) = 33+204+66=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC42 is #DE33BD. Grayscale: #898989. Windows color (decimal): -14562238 or 4377633. OLE color: 4377633.
HSL color Cylindrical-coordinate representation of color #21CC42: hue angle of 131.58º 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 #21CC42 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 66 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.2 |
| HSL | 131.58º | 0.72% | 0.46% | - |
| HSV(B) | 131.58º | 0.84% | 0.8% | - |
| XYZ | 23.2 | 43.9 | 12.41 | - |
| YUV | 137.14 | 87.85 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 66 | 0.84 | 0 | 0.68 | 0.2 | 131.58 | 0.72 | 0.46 |
| Hex | 21 | CC | 42 | 54 | 0 | 44 | 14 | 84 | 48 | 2E |
| Octal | 41 | 314 | 102 | 124 | 0 | 104 | 24 | 204 | 110 | 56 |
| Binary | 100001 | 11001100 | 1000010 | 1010100 | 0 | 1000100 | 10100 | 10000100 | 1001000 | 101110 |
Color Harmonies of #21CC42
Complementary color
Monochromatic Colors of #21CC42
Black with #21CC42
Text Example
Text Example
White with #21CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC42; }
p { color: rgb(33,204,66); }
H1.HeaderClassName
{
color: #21CC42;
}
.AnyTagClassName
{
color: #21CC42;
}
</style>
background-color css
<style>
a { background-color: #21CC42; }
a { background-color: rgb(33,204,66); }
div.DivClassName
{
background-color: #21CC42;
}
.BgClassName
{
background-color: #21CC42;
}
</style>
border-color css
<style>
span { border-color: #21CC42; }
span { border-color: rgb(33,204,66); }
td.TdClassName
{
border-color: #21CC42;
}
.TagClassName
{
border-color: #21CC42;
}
</style>