Shades of Lime Green #21E73C
Tints of Lime Green #21E73C
RGB
CMYK
RGB Variations
Color information
#21E73C (or 0x21E73C) is known color: Lime Green. HEX triplet: 21, E7 and 3C. RGB value is (33,231,60). Sum of RGB (Red+Green+Blue) = 33+231+60=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 231 (90.62% from 255 or 71.30% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 231 - color contains mainly: green. Hex color #21E73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E73C is #DE18C3. Grayscale: #989898. Windows color (decimal): -14555332 or 3991329. OLE color: 3991329.
HSL color Cylindrical-coordinate representation of color #21E73C: hue angle of 128.18º 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 #21E73C is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 60 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.09 |
| HSL | 128.18º | 0.8% | 0.52% | - |
| HSV(B) | 128.18º | 0.86% | 0.91% | - |
| XYZ | 30.02 | 57.8 | 13.85 | - |
| YUV | 152.3 | 75.9 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 60 | 0.86 | 0 | 0.74 | 0.09 | 128.18 | 0.8 | 0.52 |
| Hex | 21 | E7 | 3C | 56 | 0 | 4A | 9 | 80 | 50 | 34 |
| Octal | 41 | 347 | 74 | 126 | 0 | 112 | 11 | 200 | 120 | 64 |
| Binary | 100001 | 11100111 | 111100 | 1010110 | 0 | 1001010 | 1001 | 10000000 | 1010000 | 110100 |
Color Harmonies of #21E73C
Complementary color
Monochromatic Colors of #21E73C
Black with #21E73C
Text Example
Text Example
White with #21E73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E73C; }
p { color: rgb(33,231,60); }
H1.HeaderClassName
{
color: #21E73C;
}
.AnyTagClassName
{
color: #21E73C;
}
</style>
background-color css
<style>
a { background-color: #21E73C; }
a { background-color: rgb(33,231,60); }
div.DivClassName
{
background-color: #21E73C;
}
.BgClassName
{
background-color: #21E73C;
}
</style>
border-color css
<style>
span { border-color: #21E73C; }
span { border-color: rgb(33,231,60); }
td.TdClassName
{
border-color: #21E73C;
}
.TagClassName
{
border-color: #21E73C;
}
</style>