Shades of Lime Green #21C41D
Tints of Lime Green #21C41D
RGB
CMYK
RGB Variations
Color information
#21C41D (or 0x21C41D) is known color: Lime Green. HEX triplet: 21, C4 and 1D. RGB value is (33,196,29). Sum of RGB (Red+Green+Blue) = 33+196+29=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 196 (76.95% from 255 or 75.97% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 196 - color contains mainly: green. Hex color #21C41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C41D is #DE3BE2. Grayscale: #808080. Windows color (decimal): -14564323 or 1950753. OLE color: 1950753.
HSL color Cylindrical-coordinate representation of color #21C41D: hue angle of 118.56º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C41D is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 196 | 29 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.23 |
| HSL | 118.56º | 0.74% | 0.44% | - |
| HSV(B) | 118.56º | 0.85% | 0.77% | - |
| XYZ | 20.59 | 39.89 | 7.78 | - |
| YUV | 128.23 | 72 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 196 | 29 | 0.83 | 0 | 0.85 | 0.23 | 118.56 | 0.74 | 0.44 |
| Hex | 21 | C4 | 1D | 53 | 0 | 55 | 17 | 77 | 4A | 2C |
| Octal | 41 | 304 | 35 | 123 | 0 | 125 | 27 | 167 | 112 | 54 |
| Binary | 100001 | 11000100 | 11101 | 1010011 | 0 | 1010101 | 10111 | 1110111 | 1001010 | 101100 |
Color Harmonies of #21C41D
Complementary color
Monochromatic Colors of #21C41D
Black with #21C41D
Text Example
Text Example
White with #21C41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C41D; }
p { color: rgb(33,196,29); }
H1.HeaderClassName
{
color: #21C41D;
}
.AnyTagClassName
{
color: #21C41D;
}
</style>
background-color css
<style>
a { background-color: #21C41D; }
a { background-color: rgb(33,196,29); }
div.DivClassName
{
background-color: #21C41D;
}
.BgClassName
{
background-color: #21C41D;
}
</style>
border-color css
<style>
span { border-color: #21C41D; }
span { border-color: rgb(33,196,29); }
td.TdClassName
{
border-color: #21C41D;
}
.TagClassName
{
border-color: #21C41D;
}
</style>