Shades of Lime Green #21EB32
Tints of Lime Green #21EB32
RGB
CMYK
RGB Variations
Color information
#21EB32 (or 0x21EB32) is known color: Lime Green. HEX triplet: 21, EB and 32. RGB value is (33,235,50). Sum of RGB (Red+Green+Blue) = 33+235+50=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 235 (92.19% from 255 or 73.90% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 235 - color contains mainly: green. Hex color #21EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EB32 is #DE14CD. Grayscale: #9A9A9A. Windows color (decimal): -14554318 or 3336993. OLE color: 3336993.
HSL color Cylindrical-coordinate representation of color #21EB32: hue angle of 125.05º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EB32 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 235 | 50 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.08 |
| HSL | 125.05º | 0.83% | 0.53% | - |
| HSV(B) | 125.05º | 0.86% | 0.92% | - |
| XYZ | 30.91 | 59.97 | 12.96 | - |
| YUV | 153.51 | 69.58 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 235 | 50 | 0.86 | 0 | 0.79 | 0.08 | 125.05 | 0.83 | 0.53 |
| Hex | 21 | EB | 32 | 56 | 0 | 4F | 8 | 7D | 53 | 35 |
| Octal | 41 | 353 | 62 | 126 | 0 | 117 | 10 | 175 | 123 | 65 |
| Binary | 100001 | 11101011 | 110010 | 1010110 | 0 | 1001111 | 1000 | 1111101 | 1010011 | 110101 |
Color Harmonies of #21EB32
Complementary color
Monochromatic Colors of #21EB32
Black with #21EB32
Text Example
Text Example
White with #21EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EB32; }
p { color: rgb(33,235,50); }
H1.HeaderClassName
{
color: #21EB32;
}
.AnyTagClassName
{
color: #21EB32;
}
</style>
background-color css
<style>
a { background-color: #21EB32; }
a { background-color: rgb(33,235,50); }
div.DivClassName
{
background-color: #21EB32;
}
.BgClassName
{
background-color: #21EB32;
}
</style>
border-color css
<style>
span { border-color: #21EB32; }
span { border-color: rgb(33,235,50); }
td.TdClassName
{
border-color: #21EB32;
}
.TagClassName
{
border-color: #21EB32;
}
</style>