Shades of Lime Green #21D41D
Tints of Lime Green #21D41D
RGB
CMYK
RGB Variations
Color information
#21D41D (or 0x21D41D) is known color: Lime Green. HEX triplet: 21, D4 and 1D. RGB value is (33,212,29). Sum of RGB (Red+Green+Blue) = 33+212+29=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 212 (83.20% from 255 or 77.37% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 212 - color contains mainly: green. Hex color #21D41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D41D is #DE2BE2. Grayscale: #8A8A8A. Windows color (decimal): -14560227 or 1954849. OLE color: 1954849.
HSL color Cylindrical-coordinate representation of color #21D41D: hue angle of 118.69º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21D41D is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 29 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.17 |
| HSL | 118.69º | 0.76% | 0.47% | - |
| HSV(B) | 118.69º | 0.86% | 0.83% | - |
| XYZ | 24.39 | 47.5 | 9.05 | - |
| YUV | 137.62 | 66.7 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 29 | 0.84 | 0 | 0.86 | 0.17 | 118.69 | 0.76 | 0.47 |
| Hex | 21 | D4 | 1D | 54 | 0 | 56 | 11 | 77 | 4C | 2F |
| Octal | 41 | 324 | 35 | 124 | 0 | 126 | 21 | 167 | 114 | 57 |
| Binary | 100001 | 11010100 | 11101 | 1010100 | 0 | 1010110 | 10001 | 1110111 | 1001100 | 101111 |
Color Harmonies of #21D41D
Complementary color
Monochromatic Colors of #21D41D
Black with #21D41D
Text Example
Text Example
White with #21D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D41D; }
p { color: rgb(33,212,29); }
H1.HeaderClassName
{
color: #21D41D;
}
.AnyTagClassName
{
color: #21D41D;
}
</style>
background-color css
<style>
a { background-color: #21D41D; }
a { background-color: rgb(33,212,29); }
div.DivClassName
{
background-color: #21D41D;
}
.BgClassName
{
background-color: #21D41D;
}
</style>
border-color css
<style>
span { border-color: #21D41D; }
span { border-color: rgb(33,212,29); }
td.TdClassName
{
border-color: #21D41D;
}
.TagClassName
{
border-color: #21D41D;
}
</style>