Shades of Lime Green #21CA3E
Tints of Lime Green #21CA3E
RGB
CMYK
RGB Variations
Color information
#21CA3E (or 0x21CA3E) is known color: Lime Green. HEX triplet: 21, CA and 3E. RGB value is (33,202,62). Sum of RGB (Red+Green+Blue) = 33+202+62=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 202 (79.30% from 255 or 68.01% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA3E is #DE35C1. Grayscale: #878787. Windows color (decimal): -14562754 or 4114977. OLE color: 4114977.
HSL color Cylindrical-coordinate representation of color #21CA3E: hue angle of 130.3º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA3E is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 62 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.21 |
| HSL | 130.3º | 0.72% | 0.46% | - |
| HSV(B) | 130.3º | 0.84% | 0.79% | - |
| XYZ | 22.62 | 42.91 | 11.65 | - |
| YUV | 135.51 | 86.51 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 62 | 0.84 | 0 | 0.69 | 0.21 | 130.3 | 0.72 | 0.46 |
| Hex | 21 | CA | 3E | 54 | 0 | 45 | 15 | 82 | 48 | 2E |
| Octal | 41 | 312 | 76 | 124 | 0 | 105 | 25 | 202 | 110 | 56 |
| Binary | 100001 | 11001010 | 111110 | 1010100 | 0 | 1000101 | 10101 | 10000010 | 1001000 | 101110 |
Color Harmonies of #21CA3E
Complementary color
Monochromatic Colors of #21CA3E
Black with #21CA3E
Text Example
Text Example
White with #21CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA3E; }
p { color: rgb(33,202,62); }
H1.HeaderClassName
{
color: #21CA3E;
}
.AnyTagClassName
{
color: #21CA3E;
}
</style>
background-color css
<style>
a { background-color: #21CA3E; }
a { background-color: rgb(33,202,62); }
div.DivClassName
{
background-color: #21CA3E;
}
.BgClassName
{
background-color: #21CA3E;
}
</style>
border-color css
<style>
span { border-color: #21CA3E; }
span { border-color: rgb(33,202,62); }
td.TdClassName
{
border-color: #21CA3E;
}
.TagClassName
{
border-color: #21CA3E;
}
</style>