Shades of Lime Green #21E43D
Tints of Lime Green #21E43D
RGB
CMYK
RGB Variations
Color information
#21E43D (or 0x21E43D) is known color: Lime Green. HEX triplet: 21, E4 and 3D. RGB value is (33,228,61). Sum of RGB (Red+Green+Blue) = 33+228+61=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #21E43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E43D is #DE1BC2. Grayscale: #979797. Windows color (decimal): -14556099 or 4056097. OLE color: 4056097.
HSL color Cylindrical-coordinate representation of color #21E43D: hue angle of 128.62º 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 #21E43D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 61 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.11 |
| HSL | 128.62º | 0.78% | 0.51% | - |
| HSV(B) | 128.62º | 0.86% | 0.89% | - |
| XYZ | 29.21 | 56.15 | 13.71 | - |
| YUV | 150.66 | 77.4 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 61 | 0.86 | 0 | 0.73 | 0.11 | 128.62 | 0.78 | 0.51 |
| Hex | 21 | E4 | 3D | 56 | 0 | 49 | B | 81 | 4E | 33 |
| Octal | 41 | 344 | 75 | 126 | 0 | 111 | 13 | 201 | 116 | 63 |
| Binary | 100001 | 11100100 | 111101 | 1010110 | 0 | 1001001 | 1011 | 10000001 | 1001110 | 110011 |
Color Harmonies of #21E43D
Complementary color
Monochromatic Colors of #21E43D
Black with #21E43D
Text Example
Text Example
White with #21E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E43D; }
p { color: rgb(33,228,61); }
H1.HeaderClassName
{
color: #21E43D;
}
.AnyTagClassName
{
color: #21E43D;
}
</style>
background-color css
<style>
a { background-color: #21E43D; }
a { background-color: rgb(33,228,61); }
div.DivClassName
{
background-color: #21E43D;
}
.BgClassName
{
background-color: #21E43D;
}
</style>
border-color css
<style>
span { border-color: #21E43D; }
span { border-color: rgb(33,228,61); }
td.TdClassName
{
border-color: #21E43D;
}
.TagClassName
{
border-color: #21E43D;
}
</style>