Shades of Lime Green #21E433
Tints of Lime Green #21E433
RGB
CMYK
RGB Variations
Color information
#21E433 (or 0x21E433) is known color: Lime Green. HEX triplet: 21, E4 and 33. RGB value is (33,228,51). Sum of RGB (Red+Green+Blue) = 33+228+51=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #21E433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E433 is #DE1BCC. Grayscale: #969696. Windows color (decimal): -14556109 or 3400737. OLE color: 3400737.
HSL color Cylindrical-coordinate representation of color #21E433: hue angle of 125.54º 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 #21E433 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 228 | 51 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.11 |
| HSL | 125.54º | 0.78% | 0.51% | - |
| HSV(B) | 125.54º | 0.86% | 0.89% | - |
| XYZ | 28.97 | 56.05 | 12.42 | - |
| YUV | 149.52 | 72.4 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 228 | 51 | 0.86 | 0 | 0.78 | 0.11 | 125.54 | 0.78 | 0.51 |
| Hex | 21 | E4 | 33 | 56 | 0 | 4E | B | 7E | 4E | 33 |
| Octal | 41 | 344 | 63 | 126 | 0 | 116 | 13 | 176 | 116 | 63 |
| Binary | 100001 | 11100100 | 110011 | 1010110 | 0 | 1001110 | 1011 | 1111110 | 1001110 | 110011 |
Color Harmonies of #21E433
Complementary color
Monochromatic Colors of #21E433
Black with #21E433
Text Example
Text Example
White with #21E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E433; }
p { color: rgb(33,228,51); }
H1.HeaderClassName
{
color: #21E433;
}
.AnyTagClassName
{
color: #21E433;
}
</style>
background-color css
<style>
a { background-color: #21E433; }
a { background-color: rgb(33,228,51); }
div.DivClassName
{
background-color: #21E433;
}
.BgClassName
{
background-color: #21E433;
}
</style>
border-color css
<style>
span { border-color: #21E433; }
span { border-color: rgb(33,228,51); }
td.TdClassName
{
border-color: #21E433;
}
.TagClassName
{
border-color: #21E433;
}
</style>