Shades of Lime Green #21CA2D
Tints of Lime Green #21CA2D
RGB
CMYK
RGB Variations
Color information
#21CA2D (or 0x21CA2D) is known color: Lime Green. HEX triplet: 21, CA and 2D. RGB value is (33,202,45). Sum of RGB (Red+Green+Blue) = 33+202+45=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 202 (79.30% from 255 or 72.14% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA2D is #DE35D2. Grayscale: #868686. Windows color (decimal): -14562771 or 3000865. OLE color: 3000865.
HSL color Cylindrical-coordinate representation of color #21CA2D: hue angle of 124.26º 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 #21CA2D is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 45 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.21 |
| HSL | 124.26º | 0.72% | 0.46% | - |
| HSV(B) | 124.26º | 0.84% | 0.79% | - |
| XYZ | 22.22 | 42.75 | 9.56 | - |
| YUV | 133.57 | 78.01 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 45 | 0.84 | 0 | 0.78 | 0.21 | 124.26 | 0.72 | 0.46 |
| Hex | 21 | CA | 2D | 54 | 0 | 4E | 15 | 7C | 48 | 2E |
| Octal | 41 | 312 | 55 | 124 | 0 | 116 | 25 | 174 | 110 | 56 |
| Binary | 100001 | 11001010 | 101101 | 1010100 | 0 | 1001110 | 10101 | 1111100 | 1001000 | 101110 |
Color Harmonies of #21CA2D
Complementary color
Monochromatic Colors of #21CA2D
Black with #21CA2D
Text Example
Text Example
White with #21CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA2D; }
p { color: rgb(33,202,45); }
H1.HeaderClassName
{
color: #21CA2D;
}
.AnyTagClassName
{
color: #21CA2D;
}
</style>
background-color css
<style>
a { background-color: #21CA2D; }
a { background-color: rgb(33,202,45); }
div.DivClassName
{
background-color: #21CA2D;
}
.BgClassName
{
background-color: #21CA2D;
}
</style>
border-color css
<style>
span { border-color: #21CA2D; }
span { border-color: rgb(33,202,45); }
td.TdClassName
{
border-color: #21CA2D;
}
.TagClassName
{
border-color: #21CA2D;
}
</style>