Shades of Lime Green #21E33D
Tints of Lime Green #21E33D
RGB
CMYK
RGB Variations
Color information
#21E33D (or 0x21E33D) is known color: Lime Green. HEX triplet: 21, E3 and 3D. RGB value is (33,227,61). Sum of RGB (Red+Green+Blue) = 33+227+61=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 227 (89.06% from 255 or 70.72% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 227 - color contains mainly: green. Hex color #21E33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E33D is #DE1CC2. Grayscale: #969696. Windows color (decimal): -14556355 or 4055841. OLE color: 4055841.
HSL color Cylindrical-coordinate representation of color #21E33D: hue angle of 128.66º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E33D is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 61 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.11 |
| HSL | 128.66º | 0.78% | 0.51% | - |
| HSV(B) | 128.66º | 0.85% | 0.89% | - |
| XYZ | 28.94 | 55.6 | 13.62 | - |
| YUV | 150.07 | 77.73 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 61 | 0.85 | 0 | 0.73 | 0.11 | 128.66 | 0.78 | 0.51 |
| Hex | 21 | E3 | 3D | 55 | 0 | 49 | B | 81 | 4E | 33 |
| Octal | 41 | 343 | 75 | 125 | 0 | 111 | 13 | 201 | 116 | 63 |
| Binary | 100001 | 11100011 | 111101 | 1010101 | 0 | 1001001 | 1011 | 10000001 | 1001110 | 110011 |
Color Harmonies of #21E33D
Complementary color
Monochromatic Colors of #21E33D
Black with #21E33D
Text Example
Text Example
White with #21E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E33D; }
p { color: rgb(33,227,61); }
H1.HeaderClassName
{
color: #21E33D;
}
.AnyTagClassName
{
color: #21E33D;
}
</style>
background-color css
<style>
a { background-color: #21E33D; }
a { background-color: rgb(33,227,61); }
div.DivClassName
{
background-color: #21E33D;
}
.BgClassName
{
background-color: #21E33D;
}
</style>
border-color css
<style>
span { border-color: #21E33D; }
span { border-color: rgb(33,227,61); }
td.TdClassName
{
border-color: #21E33D;
}
.TagClassName
{
border-color: #21E33D;
}
</style>