Shades of Lime Green #21ED2B
Tints of Lime Green #21ED2B
RGB
CMYK
RGB Variations
Color information
#21ED2B (or 0x21ED2B) is known color: Lime Green. HEX triplet: 21, ED and 2B. RGB value is (33,237,43). Sum of RGB (Red+Green+Blue) = 33+237+43=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 237 (92.97% from 255 or 75.72% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21ED2B is #DE12D4. Grayscale: #9A9A9A. Windows color (decimal): -14553813 or 2878753. OLE color: 2878753.
HSL color Cylindrical-coordinate representation of color #21ED2B: hue angle of 122.94º 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 #21ED2B is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 33 | 237 | 43 | - |
CMYK | 0.86 | 0 | 0.82 | 0.07 |
HSL | 122.94º | 0.85% | 0.53% | - |
HSV(B) | 122.94º | 0.86% | 0.93% | - |
XYZ | 31.35 | 61.07 | 12.42 | - |
YUV | 153.89 | 65.41 | 41.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 237 | 43 | 0.86 | 0 | 0.82 | 0.07 | 122.94 | 0.85 | 0.53 |
Hex | 21 | ED | 2B | 56 | 0 | 52 | 7 | 7B | 55 | 35 |
Octal | 41 | 355 | 53 | 126 | 0 | 122 | 7 | 173 | 125 | 65 |
Binary | 100001 | 11101101 | 101011 | 1010110 | 0 | 1010010 | 111 | 1111011 | 1010101 | 110101 |
Color Harmonies of #21ED2B
Complementary color
Monochromatic Colors of #21ED2B
Black with #21ED2B
Text Example
Text Example
White with #21ED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ED2B; }
p { color: rgb(33,237,43); }
H1.HeaderClassName
{
color: #21ED2B;
}
.AnyTagClassName
{
color: #21ED2B;
}
</style>
background-color css
<style>
a { background-color: #21ED2B; }
a { background-color: rgb(33,237,43); }
div.DivClassName
{
background-color: #21ED2B;
}
.BgClassName
{
background-color: #21ED2B;
}
</style>
border-color css
<style>
span { border-color: #21ED2B; }
span { border-color: rgb(33,237,43); }
td.TdClassName
{
border-color: #21ED2B;
}
.TagClassName
{
border-color: #21ED2B;
}
</style>