Shades of Lime Green #21EE2D
Tints of Lime Green #21EE2D
RGB
CMYK
RGB Variations
Color information
#21EE2D (or 0x21EE2D) is known color: Lime Green. HEX triplet: 21, EE and 2D. RGB value is (33,238,45). Sum of RGB (Red+Green+Blue) = 33+238+45=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 238 (93.36% from 255 or 75.32% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EE2D is #DE11D2. Grayscale: #9B9B9B. Windows color (decimal): -14553555 or 3010081. OLE color: 3010081.
HSL color Cylindrical-coordinate representation of color #21EE2D: hue angle of 123.51º degrees, saturation: 0.86, 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 #21EE2D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 45 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.07 |
| HSL | 123.51º | 0.86% | 0.53% | - |
| HSV(B) | 123.51º | 0.86% | 0.93% | - |
| XYZ | 31.68 | 61.66 | 12.72 | - |
| YUV | 154.7 | 66.08 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 45 | 0.86 | 0 | 0.81 | 0.07 | 123.51 | 0.86 | 0.53 |
| Hex | 21 | EE | 2D | 56 | 0 | 51 | 7 | 7C | 56 | 35 |
| Octal | 41 | 356 | 55 | 126 | 0 | 121 | 7 | 174 | 126 | 65 |
| Binary | 100001 | 11101110 | 101101 | 1010110 | 0 | 1010001 | 111 | 1111100 | 1010110 | 110101 |
Color Harmonies of #21EE2D
Complementary color
Monochromatic Colors of #21EE2D
Black with #21EE2D
Text Example
Text Example
White with #21EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE2D; }
p { color: rgb(33,238,45); }
H1.HeaderClassName
{
color: #21EE2D;
}
.AnyTagClassName
{
color: #21EE2D;
}
</style>
background-color css
<style>
a { background-color: #21EE2D; }
a { background-color: rgb(33,238,45); }
div.DivClassName
{
background-color: #21EE2D;
}
.BgClassName
{
background-color: #21EE2D;
}
</style>
border-color css
<style>
span { border-color: #21EE2D; }
span { border-color: rgb(33,238,45); }
td.TdClassName
{
border-color: #21EE2D;
}
.TagClassName
{
border-color: #21EE2D;
}
</style>