Shades of Lime Green #21E82B
Tints of Lime Green #21E82B
RGB
CMYK
RGB Variations
Color information
#21E82B (or 0x21E82B) is known color: Lime Green. HEX triplet: 21, E8 and 2B. RGB value is (33,232,43). Sum of RGB (Red+Green+Blue) = 33+232+43=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 232 (91.02% from 255 or 75.32% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 232 - color contains mainly: green. Hex color #21E82B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E82B is #DE17D4. Grayscale: #979797. Windows color (decimal): -14555093 or 2877473. OLE color: 2877473.
HSL color Cylindrical-coordinate representation of color #21E82B: hue angle of 123.02º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E82B is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 43 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.09 |
| HSL | 123.02º | 0.81% | 0.52% | - |
| HSV(B) | 123.02º | 0.86% | 0.91% | - |
| XYZ | 29.92 | 58.21 | 11.94 | - |
| YUV | 150.95 | 67.07 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 43 | 0.86 | 0 | 0.81 | 0.09 | 123.02 | 0.81 | 0.52 |
| Hex | 21 | E8 | 2B | 56 | 0 | 51 | 9 | 7B | 51 | 34 |
| Octal | 41 | 350 | 53 | 126 | 0 | 121 | 11 | 173 | 121 | 64 |
| Binary | 100001 | 11101000 | 101011 | 1010110 | 0 | 1010001 | 1001 | 1111011 | 1010001 | 110100 |
Color Harmonies of #21E82B
Complementary color
Monochromatic Colors of #21E82B
Black with #21E82B
Text Example
Text Example
White with #21E82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E82B; }
p { color: rgb(33,232,43); }
H1.HeaderClassName
{
color: #21E82B;
}
.AnyTagClassName
{
color: #21E82B;
}
</style>
background-color css
<style>
a { background-color: #21E82B; }
a { background-color: rgb(33,232,43); }
div.DivClassName
{
background-color: #21E82B;
}
.BgClassName
{
background-color: #21E82B;
}
</style>
border-color css
<style>
span { border-color: #21E82B; }
span { border-color: rgb(33,232,43); }
td.TdClassName
{
border-color: #21E82B;
}
.TagClassName
{
border-color: #21E82B;
}
</style>