Shades of Lime Green #21D630
Tints of Lime Green #21D630
RGB
CMYK
RGB Variations
Color information
#21D630 (or 0x21D630) is known color: Lime Green. HEX triplet: 21, D6 and 30. RGB value is (33,214,48). Sum of RGB (Red+Green+Blue) = 33+214+48=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #21D630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D630 is #DE29CF. Grayscale: #8D8D8D. Windows color (decimal): -14559696 or 3200545. OLE color: 3200545.
HSL color Cylindrical-coordinate representation of color #21D630: hue angle of 124.97º 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 #21D630 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 48 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.16 |
| HSL | 124.97º | 0.73% | 0.48% | - |
| HSV(B) | 124.97º | 0.85% | 0.84% | - |
| XYZ | 25.21 | 48.63 | 10.85 | - |
| YUV | 140.96 | 75.53 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 48 | 0.85 | 0 | 0.78 | 0.16 | 124.97 | 0.73 | 0.48 |
| Hex | 21 | D6 | 30 | 55 | 0 | 4E | 10 | 7D | 49 | 30 |
| Octal | 41 | 326 | 60 | 125 | 0 | 116 | 20 | 175 | 111 | 60 |
| Binary | 100001 | 11010110 | 110000 | 1010101 | 0 | 1001110 | 10000 | 1111101 | 1001001 | 110000 |
Color Harmonies of #21D630
Complementary color
Monochromatic Colors of #21D630
Black with #21D630
Text Example
Text Example
White with #21D630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D630; }
p { color: rgb(33,214,48); }
H1.HeaderClassName
{
color: #21D630;
}
.AnyTagClassName
{
color: #21D630;
}
</style>
background-color css
<style>
a { background-color: #21D630; }
a { background-color: rgb(33,214,48); }
div.DivClassName
{
background-color: #21D630;
}
.BgClassName
{
background-color: #21D630;
}
</style>
border-color css
<style>
span { border-color: #21D630; }
span { border-color: rgb(33,214,48); }
td.TdClassName
{
border-color: #21D630;
}
.TagClassName
{
border-color: #21D630;
}
</style>