Shades of Lime Green #21D225
Tints of Lime Green #21D225
RGB
CMYK
RGB Variations
Color information
#21D225 (or 0x21D225) is known color: Lime Green. HEX triplet: 21, D2 and 25. RGB value is (33,210,37). Sum of RGB (Red+Green+Blue) = 33+210+37=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #21D225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D225 is #DE2DDA. Grayscale: #898989. Windows color (decimal): -14560731 or 2478625. OLE color: 2478625.
HSL color Cylindrical-coordinate representation of color #21D225: hue angle of 121.36º 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 #21D225 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 37 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.18 |
| HSL | 121.36º | 0.73% | 0.48% | - |
| HSV(B) | 121.36º | 0.84% | 0.82% | - |
| XYZ | 24.01 | 46.55 | 9.47 | - |
| YUV | 137.36 | 71.36 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 37 | 0.84 | 0 | 0.82 | 0.18 | 121.36 | 0.73 | 0.48 |
| Hex | 21 | D2 | 25 | 54 | 0 | 52 | 12 | 79 | 49 | 30 |
| Octal | 41 | 322 | 45 | 124 | 0 | 122 | 22 | 171 | 111 | 60 |
| Binary | 100001 | 11010010 | 100101 | 1010100 | 0 | 1010010 | 10010 | 1111001 | 1001001 | 110000 |
Color Harmonies of #21D225
Complementary color
Monochromatic Colors of #21D225
Black with #21D225
Text Example
Text Example
White with #21D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D225; }
p { color: rgb(33,210,37); }
H1.HeaderClassName
{
color: #21D225;
}
.AnyTagClassName
{
color: #21D225;
}
</style>
background-color css
<style>
a { background-color: #21D225; }
a { background-color: rgb(33,210,37); }
div.DivClassName
{
background-color: #21D225;
}
.BgClassName
{
background-color: #21D225;
}
</style>
border-color css
<style>
span { border-color: #21D225; }
span { border-color: rgb(33,210,37); }
td.TdClassName
{
border-color: #21D225;
}
.TagClassName
{
border-color: #21D225;
}
</style>