Shades of Lime Green #21CA21
Tints of Lime Green #21CA21
RGB
CMYK
RGB Variations
Color information
#21CA21 (or 0x21CA21) is known color: Lime Green. HEX triplet: 21, CA and 21. RGB value is (33,202,33). Sum of RGB (Red+Green+Blue) = 33+202+33=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA21 is #DE35DE. Grayscale: #848484. Windows color (decimal): -14562783 or 2214433. OLE color: 2214433.
HSL color Cylindrical-coordinate representation of color #21CA21: hue angle of 120º 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 #21CA21 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 33 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.21 |
| HSL | 120º | 0.72% | 0.46% | - |
| HSV(B) | 120º | 0.84% | 0.79% | - |
| XYZ | 22.02 | 42.67 | 8.52 | - |
| YUV | 132.2 | 72.01 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 33 | 0.84 | 0 | 0.84 | 0.21 | 120 | 0.72 | 0.46 |
| Hex | 21 | CA | 21 | 54 | 0 | 54 | 15 | 78 | 48 | 2E |
| Octal | 41 | 312 | 41 | 124 | 0 | 124 | 25 | 170 | 110 | 56 |
| Binary | 100001 | 11001010 | 100001 | 1010100 | 0 | 1010100 | 10101 | 1111000 | 1001000 | 101110 |
Color Harmonies of #21CA21
Complementary color
Monochromatic Colors of #21CA21
Black with #21CA21
Text Example
Text Example
White with #21CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA21; }
p { color: rgb(33,202,33); }
H1.HeaderClassName
{
color: #21CA21;
}
.AnyTagClassName
{
color: #21CA21;
}
</style>
background-color css
<style>
a { background-color: #21CA21; }
a { background-color: rgb(33,202,33); }
div.DivClassName
{
background-color: #21CA21;
}
.BgClassName
{
background-color: #21CA21;
}
</style>
border-color css
<style>
span { border-color: #21CA21; }
span { border-color: rgb(33,202,33); }
td.TdClassName
{
border-color: #21CA21;
}
.TagClassName
{
border-color: #21CA21;
}
</style>