Shades of Lime Green #21D425
Tints of Lime Green #21D425
RGB
CMYK
RGB Variations
Color information
#21D425 (or 0x21D425) is known color: Lime Green. HEX triplet: 21, D4 and 25. RGB value is (33,212,37). Sum of RGB (Red+Green+Blue) = 33+212+37=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 212 (83.20% from 255 or 75.18% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 212 - color contains mainly: green. Hex color #21D425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D425 is #DE2BDA. Grayscale: #8B8B8B. Windows color (decimal): -14560219 or 2479137. OLE color: 2479137.
HSL color Cylindrical-coordinate representation of color #21D425: hue angle of 121.34º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D425 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 37 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.17 |
| HSL | 121.34º | 0.73% | 0.48% | - |
| HSV(B) | 121.34º | 0.84% | 0.83% | - |
| XYZ | 24.5 | 47.54 | 9.64 | - |
| YUV | 138.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 37 | 0.84 | 0 | 0.83 | 0.17 | 121.34 | 0.73 | 0.48 |
| Hex | 21 | D4 | 25 | 54 | 0 | 53 | 11 | 79 | 49 | 30 |
| Octal | 41 | 324 | 45 | 124 | 0 | 123 | 21 | 171 | 111 | 60 |
| Binary | 100001 | 11010100 | 100101 | 1010100 | 0 | 1010011 | 10001 | 1111001 | 1001001 | 110000 |
Color Harmonies of #21D425
Complementary color
Monochromatic Colors of #21D425
Black with #21D425
Text Example
Text Example
White with #21D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D425; }
p { color: rgb(33,212,37); }
H1.HeaderClassName
{
color: #21D425;
}
.AnyTagClassName
{
color: #21D425;
}
</style>
background-color css
<style>
a { background-color: #21D425; }
a { background-color: rgb(33,212,37); }
div.DivClassName
{
background-color: #21D425;
}
.BgClassName
{
background-color: #21D425;
}
</style>
border-color css
<style>
span { border-color: #21D425; }
span { border-color: rgb(33,212,37); }
td.TdClassName
{
border-color: #21D425;
}
.TagClassName
{
border-color: #21D425;
}
</style>