Shades of Lime Green #21D82C
Tints of Lime Green #21D82C
RGB
CMYK
RGB Variations
Color information
#21D82C (or 0x21D82C) is known color: Lime Green. HEX triplet: 21, D8 and 2C. RGB value is (33,216,44). Sum of RGB (Red+Green+Blue) = 33+216+44=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 216 (84.77% from 255 or 73.72% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 216 - color contains mainly: green. Hex color #21D82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D82C is #DE27D3. Grayscale: #8E8E8E. Windows color (decimal): -14559188 or 2938913. OLE color: 2938913.
HSL color Cylindrical-coordinate representation of color #21D82C: hue angle of 123.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D82C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 44 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.15 |
| HSL | 123.61º | 0.73% | 0.49% | - |
| HSV(B) | 123.61º | 0.85% | 0.85% | - |
| XYZ | 25.64 | 49.62 | 10.61 | - |
| YUV | 141.68 | 72.87 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 44 | 0.85 | 0 | 0.80 | 0.15 | 123.61 | 0.73 | 0.49 |
| Hex | 21 | D8 | 2C | 55 | 0 | 50 | F | 7C | 49 | 31 |
| Octal | 41 | 330 | 54 | 125 | 0 | 120 | 17 | 174 | 111 | 61 |
| Binary | 100001 | 11011000 | 101100 | 1010101 | 0 | 1010000 | 1111 | 1111100 | 1001001 | 110001 |
Color Harmonies of #21D82C
Complementary color
Monochromatic Colors of #21D82C
Black with #21D82C
Text Example
Text Example
White with #21D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D82C; }
p { color: rgb(33,216,44); }
H1.HeaderClassName
{
color: #21D82C;
}
.AnyTagClassName
{
color: #21D82C;
}
</style>
background-color css
<style>
a { background-color: #21D82C; }
a { background-color: rgb(33,216,44); }
div.DivClassName
{
background-color: #21D82C;
}
.BgClassName
{
background-color: #21D82C;
}
</style>
border-color css
<style>
span { border-color: #21D82C; }
span { border-color: rgb(33,216,44); }
td.TdClassName
{
border-color: #21D82C;
}
.TagClassName
{
border-color: #21D82C;
}
</style>