Shades of Lime Green #21E427
Tints of Lime Green #21E427
RGB
CMYK
RGB Variations
Color information
#21E427 (or 0x21E427) is known color: Lime Green. HEX triplet: 21, E4 and 27. RGB value is (33,228,39). Sum of RGB (Red+Green+Blue) = 33+228+39=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 228 (89.45% from 255 or 76% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 228 - color contains mainly: green. Hex color #21E427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E427 is #DE1BD8. Grayscale: #949494. Windows color (decimal): -14556121 or 2614305. OLE color: 2614305.
HSL color Cylindrical-coordinate representation of color #21E427: hue angle of 121.85º 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 #21E427 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 39 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.11 |
| HSL | 121.85º | 0.78% | 0.51% | - |
| HSV(B) | 121.85º | 0.86% | 0.89% | - |
| XYZ | 28.74 | 55.96 | 11.21 | - |
| YUV | 148.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 39 | 0.86 | 0 | 0.83 | 0.11 | 121.85 | 0.78 | 0.51 |
| Hex | 21 | E4 | 27 | 56 | 0 | 53 | B | 7A | 4E | 33 |
| Octal | 41 | 344 | 47 | 126 | 0 | 123 | 13 | 172 | 116 | 63 |
| Binary | 100001 | 11100100 | 100111 | 1010110 | 0 | 1010011 | 1011 | 1111010 | 1001110 | 110011 |
Color Harmonies of #21E427
Complementary color
Monochromatic Colors of #21E427
Black with #21E427
Text Example
Text Example
White with #21E427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E427; }
p { color: rgb(33,228,39); }
H1.HeaderClassName
{
color: #21E427;
}
.AnyTagClassName
{
color: #21E427;
}
</style>
background-color css
<style>
a { background-color: #21E427; }
a { background-color: rgb(33,228,39); }
div.DivClassName
{
background-color: #21E427;
}
.BgClassName
{
background-color: #21E427;
}
</style>
border-color css
<style>
span { border-color: #21E427; }
span { border-color: rgb(33,228,39); }
td.TdClassName
{
border-color: #21E427;
}
.TagClassName
{
border-color: #21E427;
}
</style>