Shades of Lime Green #21D641
Tints of Lime Green #21D641
RGB
CMYK
RGB Variations
Color information
#21D641 (or 0x21D641) is known color: Lime Green. HEX triplet: 21, D6 and 41. RGB value is (33,214,65). Sum of RGB (Red+Green+Blue) = 33+214+65=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #21D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D641 is #DE29BE. Grayscale: #8F8F8F. Windows color (decimal): -14559679 or 4314657. OLE color: 4314657.
HSL color Cylindrical-coordinate representation of color #21D641: hue angle of 130.61º 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 #21D641 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 65 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.16 |
| HSL | 130.61º | 0.73% | 0.48% | - |
| HSV(B) | 130.61º | 0.85% | 0.84% | - |
| XYZ | 25.63 | 48.8 | 13.07 | - |
| YUV | 142.9 | 84.03 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 65 | 0.85 | 0 | 0.70 | 0.16 | 130.61 | 0.73 | 0.48 |
| Hex | 21 | D6 | 41 | 55 | 0 | 46 | 10 | 83 | 49 | 30 |
| Octal | 41 | 326 | 101 | 125 | 0 | 106 | 20 | 203 | 111 | 60 |
| Binary | 100001 | 11010110 | 1000001 | 1010101 | 0 | 1000110 | 10000 | 10000011 | 1001001 | 110000 |
Color Harmonies of #21D641
Complementary color
Monochromatic Colors of #21D641
Black with #21D641
Text Example
Text Example
White with #21D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D641; }
p { color: rgb(33,214,65); }
H1.HeaderClassName
{
color: #21D641;
}
.AnyTagClassName
{
color: #21D641;
}
</style>
background-color css
<style>
a { background-color: #21D641; }
a { background-color: rgb(33,214,65); }
div.DivClassName
{
background-color: #21D641;
}
.BgClassName
{
background-color: #21D641;
}
</style>
border-color css
<style>
span { border-color: #21D641; }
span { border-color: rgb(33,214,65); }
td.TdClassName
{
border-color: #21D641;
}
.TagClassName
{
border-color: #21D641;
}
</style>