Shades of Lime Green #21D328
Tints of Lime Green #21D328
RGB
CMYK
RGB Variations
Color information
#21D328 (or 0x21D328) is known color: Lime Green. HEX triplet: 21, D3 and 28. RGB value is (33,211,40). Sum of RGB (Red+Green+Blue) = 33+211+40=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 211 (82.81% from 255 or 74.30% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 211 - color contains mainly: green. Hex color #21D328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D328 is #DE2CD7. Grayscale: #8A8A8A. Windows color (decimal): -14560472 or 2675489. OLE color: 2675489.
HSL color Cylindrical-coordinate representation of color #21D328: hue angle of 122.36º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D328 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 211 | 40 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.17 |
| HSL | 122.36º | 0.73% | 0.48% | - |
| HSV(B) | 122.36º | 0.84% | 0.83% | - |
| XYZ | 24.3 | 47.07 | 9.81 | - |
| YUV | 138.28 | 72.53 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 40 | 0.84 | 0 | 0.81 | 0.17 | 122.36 | 0.73 | 0.48 |
| Hex | 21 | D3 | 28 | 54 | 0 | 51 | 11 | 7A | 49 | 30 |
| Octal | 41 | 323 | 50 | 124 | 0 | 121 | 21 | 172 | 111 | 60 |
| Binary | 100001 | 11010011 | 101000 | 1010100 | 0 | 1010001 | 10001 | 1111010 | 1001001 | 110000 |
Color Harmonies of #21D328
Complementary color
Monochromatic Colors of #21D328
Black with #21D328
Text Example
Text Example
White with #21D328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D328; }
p { color: rgb(33,211,40); }
H1.HeaderClassName
{
color: #21D328;
}
.AnyTagClassName
{
color: #21D328;
}
</style>
background-color css
<style>
a { background-color: #21D328; }
a { background-color: rgb(33,211,40); }
div.DivClassName
{
background-color: #21D328;
}
.BgClassName
{
background-color: #21D328;
}
</style>
border-color css
<style>
span { border-color: #21D328; }
span { border-color: rgb(33,211,40); }
td.TdClassName
{
border-color: #21D328;
}
.TagClassName
{
border-color: #21D328;
}
</style>