Shades of Lime Green #21D226
Tints of Lime Green #21D226
RGB
CMYK
RGB Variations
Color information
#21D226 (or 0x21D226) is known color: Lime Green. HEX triplet: 21, D2 and 26. RGB value is (33,210,38). Sum of RGB (Red+Green+Blue) = 33+210+38=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 210 (82.42% from 255 or 74.73% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 210 - color contains mainly: green. Hex color #21D226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D226 is #DE2DD9. Grayscale: #898989. Windows color (decimal): -14560730 or 2544161. OLE color: 2544161.
HSL color Cylindrical-coordinate representation of color #21D226: hue angle of 121.69º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D226 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 38 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.18 |
| HSL | 121.69º | 0.73% | 0.48% | - |
| HSV(B) | 121.69º | 0.84% | 0.82% | - |
| XYZ | 24.02 | 46.56 | 9.55 | - |
| YUV | 137.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 38 | 0.84 | 0 | 0.82 | 0.18 | 121.69 | 0.73 | 0.48 |
| Hex | 21 | D2 | 26 | 54 | 0 | 52 | 12 | 7A | 49 | 30 |
| Octal | 41 | 322 | 46 | 124 | 0 | 122 | 22 | 172 | 111 | 60 |
| Binary | 100001 | 11010010 | 100110 | 1010100 | 0 | 1010010 | 10010 | 1111010 | 1001001 | 110000 |
Color Harmonies of #21D226
Complementary color
Monochromatic Colors of #21D226
Black with #21D226
Text Example
Text Example
White with #21D226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D226; }
p { color: rgb(33,210,38); }
H1.HeaderClassName
{
color: #21D226;
}
.AnyTagClassName
{
color: #21D226;
}
</style>
background-color css
<style>
a { background-color: #21D226; }
a { background-color: rgb(33,210,38); }
div.DivClassName
{
background-color: #21D226;
}
.BgClassName
{
background-color: #21D226;
}
</style>
border-color css
<style>
span { border-color: #21D226; }
span { border-color: rgb(33,210,38); }
td.TdClassName
{
border-color: #21D226;
}
.TagClassName
{
border-color: #21D226;
}
</style>