Shades of Lime Green #21D534
Tints of Lime Green #21D534
RGB
CMYK
RGB Variations
Color information
#21D534 (or 0x21D534) is known color: Lime Green. HEX triplet: 21, D5 and 34. RGB value is (33,213,52). Sum of RGB (Red+Green+Blue) = 33+213+52=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 213 (83.59% from 255 or 71.48% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 213 - color contains mainly: green. Hex color #21D534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D534 is #DE2ACB. Grayscale: #8D8D8D. Windows color (decimal): -14559948 or 3462433. OLE color: 3462433.
HSL color Cylindrical-coordinate representation of color #21D534: hue angle of 126.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D534 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 52 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.16 |
| HSL | 126.33º | 0.73% | 0.48% | - |
| HSV(B) | 126.33º | 0.85% | 0.84% | - |
| XYZ | 25.04 | 48.16 | 11.22 | - |
| YUV | 140.83 | 77.87 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 52 | 0.85 | 0 | 0.76 | 0.16 | 126.33 | 0.73 | 0.48 |
| Hex | 21 | D5 | 34 | 55 | 0 | 4C | 10 | 7E | 49 | 30 |
| Octal | 41 | 325 | 64 | 125 | 0 | 114 | 20 | 176 | 111 | 60 |
| Binary | 100001 | 11010101 | 110100 | 1010101 | 0 | 1001100 | 10000 | 1111110 | 1001001 | 110000 |
Color Harmonies of #21D534
Complementary color
Monochromatic Colors of #21D534
Black with #21D534
Text Example
Text Example
White with #21D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D534; }
p { color: rgb(33,213,52); }
H1.HeaderClassName
{
color: #21D534;
}
.AnyTagClassName
{
color: #21D534;
}
</style>
background-color css
<style>
a { background-color: #21D534; }
a { background-color: rgb(33,213,52); }
div.DivClassName
{
background-color: #21D534;
}
.BgClassName
{
background-color: #21D534;
}
</style>
border-color css
<style>
span { border-color: #21D534; }
span { border-color: rgb(33,213,52); }
td.TdClassName
{
border-color: #21D534;
}
.TagClassName
{
border-color: #21D534;
}
</style>