Shades of Lime Green #21E425
Tints of Lime Green #21E425
RGB
CMYK
RGB Variations
Color information
#21E425 (or 0x21E425) is known color: Lime Green. HEX triplet: 21, E4 and 25. RGB value is (33,228,37). Sum of RGB (Red+Green+Blue) = 33+228+37=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 228 (89.45% from 255 or 76.51% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 228 - color contains mainly: green. Hex color #21E425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E425 is #DE1BDA. Grayscale: #949494. Windows color (decimal): -14556123 or 2483233. OLE color: 2483233.
HSL color Cylindrical-coordinate representation of color #21E425: hue angle of 121.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E425 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 37 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.11 |
| HSL | 121.23º | 0.78% | 0.51% | - |
| HSV(B) | 121.23º | 0.86% | 0.89% | - |
| XYZ | 28.7 | 55.94 | 11.04 | - |
| YUV | 147.92 | 65.4 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 37 | 0.86 | 0 | 0.84 | 0.11 | 121.23 | 0.78 | 0.51 |
| Hex | 21 | E4 | 25 | 56 | 0 | 54 | B | 79 | 4E | 33 |
| Octal | 41 | 344 | 45 | 126 | 0 | 124 | 13 | 171 | 116 | 63 |
| Binary | 100001 | 11100100 | 100101 | 1010110 | 0 | 1010100 | 1011 | 1111001 | 1001110 | 110011 |
Color Harmonies of #21E425
Complementary color
Monochromatic Colors of #21E425
Black with #21E425
Text Example
Text Example
White with #21E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E425; }
p { color: rgb(33,228,37); }
H1.HeaderClassName
{
color: #21E425;
}
.AnyTagClassName
{
color: #21E425;
}
</style>
background-color css
<style>
a { background-color: #21E425; }
a { background-color: rgb(33,228,37); }
div.DivClassName
{
background-color: #21E425;
}
.BgClassName
{
background-color: #21E425;
}
</style>
border-color css
<style>
span { border-color: #21E425; }
span { border-color: rgb(33,228,37); }
td.TdClassName
{
border-color: #21E425;
}
.TagClassName
{
border-color: #21E425;
}
</style>