Shades of Lime Green #21ED2C
Tints of Lime Green #21ED2C
RGB
CMYK
RGB Variations
Color information
#21ED2C (or 0x21ED2C) is known color: Lime Green. HEX triplet: 21, ED and 2C. RGB value is (33,237,44). Sum of RGB (Red+Green+Blue) = 33+237+44=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 237 (92.97% from 255 or 75.48% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21ED2C is #DE12D3. Grayscale: #9A9A9A. Windows color (decimal): -14553812 or 2944289. OLE color: 2944289.
HSL color Cylindrical-coordinate representation of color #21ED2C: hue angle of 123.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ED2C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 44 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.07 |
| HSL | 123.24º | 0.85% | 0.53% | - |
| HSV(B) | 123.24º | 0.86% | 0.93% | - |
| XYZ | 31.37 | 61.07 | 12.52 | - |
| YUV | 154 | 65.91 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 44 | 0.86 | 0 | 0.81 | 0.07 | 123.24 | 0.85 | 0.53 |
| Hex | 21 | ED | 2C | 56 | 0 | 51 | 7 | 7B | 55 | 35 |
| Octal | 41 | 355 | 54 | 126 | 0 | 121 | 7 | 173 | 125 | 65 |
| Binary | 100001 | 11101101 | 101100 | 1010110 | 0 | 1010001 | 111 | 1111011 | 1010101 | 110101 |
Color Harmonies of #21ED2C
Complementary color
Monochromatic Colors of #21ED2C
Black with #21ED2C
Text Example
Text Example
White with #21ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ED2C; }
p { color: rgb(33,237,44); }
H1.HeaderClassName
{
color: #21ED2C;
}
.AnyTagClassName
{
color: #21ED2C;
}
</style>
background-color css
<style>
a { background-color: #21ED2C; }
a { background-color: rgb(33,237,44); }
div.DivClassName
{
background-color: #21ED2C;
}
.BgClassName
{
background-color: #21ED2C;
}
</style>
border-color css
<style>
span { border-color: #21ED2C; }
span { border-color: rgb(33,237,44); }
td.TdClassName
{
border-color: #21ED2C;
}
.TagClassName
{
border-color: #21ED2C;
}
</style>