Shades of Lime Green #21E73D
Tints of Lime Green #21E73D
RGB
CMYK
RGB Variations
Color information
#21E73D (or 0x21E73D) is known color: Lime Green. HEX triplet: 21, E7 and 3D. RGB value is (33,231,61). Sum of RGB (Red+Green+Blue) = 33+231+61=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 231 (90.62% from 255 or 71.08% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 231 - color contains mainly: green. Hex color #21E73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E73D is #DE18C2. Grayscale: #989898. Windows color (decimal): -14555331 or 4056865. OLE color: 4056865.
HSL color Cylindrical-coordinate representation of color #21E73D: hue angle of 128.48º degrees, saturation: 0.8, 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 #21E73D is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 61 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.09 |
| HSL | 128.48º | 0.8% | 0.52% | - |
| HSV(B) | 128.48º | 0.86% | 0.91% | - |
| XYZ | 30.05 | 57.81 | 13.99 | - |
| YUV | 152.42 | 76.4 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 61 | 0.86 | 0 | 0.74 | 0.09 | 128.48 | 0.8 | 0.52 |
| Hex | 21 | E7 | 3D | 56 | 0 | 4A | 9 | 80 | 50 | 34 |
| Octal | 41 | 347 | 75 | 126 | 0 | 112 | 11 | 200 | 120 | 64 |
| Binary | 100001 | 11100111 | 111101 | 1010110 | 0 | 1001010 | 1001 | 10000000 | 1010000 | 110100 |
Color Harmonies of #21E73D
Complementary color
Monochromatic Colors of #21E73D
Black with #21E73D
Text Example
Text Example
White with #21E73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E73D; }
p { color: rgb(33,231,61); }
H1.HeaderClassName
{
color: #21E73D;
}
.AnyTagClassName
{
color: #21E73D;
}
</style>
background-color css
<style>
a { background-color: #21E73D; }
a { background-color: rgb(33,231,61); }
div.DivClassName
{
background-color: #21E73D;
}
.BgClassName
{
background-color: #21E73D;
}
</style>
border-color css
<style>
span { border-color: #21E73D; }
span { border-color: rgb(33,231,61); }
td.TdClassName
{
border-color: #21E73D;
}
.TagClassName
{
border-color: #21E73D;
}
</style>