Shades of Lime Green #21D428
Tints of Lime Green #21D428
RGB
CMYK
RGB Variations
Color information
#21D428 (or 0x21D428) is known color: Lime Green. HEX triplet: 21, D4 and 28. RGB value is (33,212,40). Sum of RGB (Red+Green+Blue) = 33+212+40=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 212 (83.20% from 255 or 74.39% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 212 - color contains mainly: green. Hex color #21D428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D428 is #DE2BD7. Grayscale: #8B8B8B. Windows color (decimal): -14560216 or 2675745. OLE color: 2675745.
HSL color Cylindrical-coordinate representation of color #21D428: hue angle of 122.35º 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 #21D428 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 40 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.17 |
| HSL | 122.35º | 0.73% | 0.48% | - |
| HSV(B) | 122.35º | 0.84% | 0.83% | - |
| XYZ | 24.55 | 47.56 | 9.89 | - |
| YUV | 138.87 | 72.2 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 40 | 0.84 | 0 | 0.81 | 0.17 | 122.35 | 0.73 | 0.48 |
| Hex | 21 | D4 | 28 | 54 | 0 | 51 | 11 | 7A | 49 | 30 |
| Octal | 41 | 324 | 50 | 124 | 0 | 121 | 21 | 172 | 111 | 60 |
| Binary | 100001 | 11010100 | 101000 | 1010100 | 0 | 1010001 | 10001 | 1111010 | 1001001 | 110000 |
Color Harmonies of #21D428
Complementary color
Monochromatic Colors of #21D428
Black with #21D428
Text Example
Text Example
White with #21D428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D428; }
p { color: rgb(33,212,40); }
H1.HeaderClassName
{
color: #21D428;
}
.AnyTagClassName
{
color: #21D428;
}
</style>
background-color css
<style>
a { background-color: #21D428; }
a { background-color: rgb(33,212,40); }
div.DivClassName
{
background-color: #21D428;
}
.BgClassName
{
background-color: #21D428;
}
</style>
border-color css
<style>
span { border-color: #21D428; }
span { border-color: rgb(33,212,40); }
td.TdClassName
{
border-color: #21D428;
}
.TagClassName
{
border-color: #21D428;
}
</style>