Shades of Lime Green #21E42D
Tints of Lime Green #21E42D
RGB
CMYK
RGB Variations
Color information
#21E42D (or 0x21E42D) is known color: Lime Green. HEX triplet: 21, E4 and 2D. RGB value is (33,228,45). Sum of RGB (Red+Green+Blue) = 33+228+45=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 228 (89.45% from 255 or 74.51% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 228 - color contains mainly: green. Hex color #21E42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E42D is #DE1BD2. Grayscale: #959595. Windows color (decimal): -14556115 or 3007521. OLE color: 3007521.
HSL color Cylindrical-coordinate representation of color #21E42D: hue angle of 123.69º 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 #21E42D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 45 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.11 |
| HSL | 123.69º | 0.78% | 0.51% | - |
| HSV(B) | 123.69º | 0.86% | 0.89% | - |
| XYZ | 28.84 | 56 | 11.77 | - |
| YUV | 148.83 | 69.4 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 45 | 0.86 | 0 | 0.80 | 0.11 | 123.69 | 0.78 | 0.51 |
| Hex | 21 | E4 | 2D | 56 | 0 | 50 | B | 7C | 4E | 33 |
| Octal | 41 | 344 | 55 | 126 | 0 | 120 | 13 | 174 | 116 | 63 |
| Binary | 100001 | 11100100 | 101101 | 1010110 | 0 | 1010000 | 1011 | 1111100 | 1001110 | 110011 |
Color Harmonies of #21E42D
Complementary color
Monochromatic Colors of #21E42D
Black with #21E42D
Text Example
Text Example
White with #21E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E42D; }
p { color: rgb(33,228,45); }
H1.HeaderClassName
{
color: #21E42D;
}
.AnyTagClassName
{
color: #21E42D;
}
</style>
background-color css
<style>
a { background-color: #21E42D; }
a { background-color: rgb(33,228,45); }
div.DivClassName
{
background-color: #21E42D;
}
.BgClassName
{
background-color: #21E42D;
}
</style>
border-color css
<style>
span { border-color: #21E42D; }
span { border-color: rgb(33,228,45); }
td.TdClassName
{
border-color: #21E42D;
}
.TagClassName
{
border-color: #21E42D;
}
</style>