Shades of Lime Green #31ED21
Tints of Lime Green #31ED21
RGB
CMYK
RGB Variations
Color information
#31ED21 (or 0x31ED21) is known color: Lime Green. HEX triplet: 31, ED and 21. RGB value is (49,237,33). Sum of RGB (Red+Green+Blue) = 49+237+33=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 237 (92.97% from 255 or 74.29% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31ED21 is #CE12DE. Grayscale: #9E9E9E. Windows color (decimal): -13505247 or 2223409. OLE color: 2223409.
HSL color Cylindrical-coordinate representation of color #31ED21: hue angle of 115.29º 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 #31ED21 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 33 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.07 |
| HSL | 115.29º | 0.85% | 0.53% | - |
| HSV(B) | 115.29º | 0.86% | 0.93% | - |
| XYZ | 31.83 | 61.33 | 11.6 | - |
| YUV | 157.53 | 57.72 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 33 | 0.79 | 0 | 0.86 | 0.07 | 115.29 | 0.85 | 0.53 |
| Hex | 31 | ED | 21 | 4F | 0 | 56 | 7 | 73 | 55 | 35 |
| Octal | 61 | 355 | 41 | 117 | 0 | 126 | 7 | 163 | 125 | 65 |
| Binary | 110001 | 11101101 | 100001 | 1001111 | 0 | 1010110 | 111 | 1110011 | 1010101 | 110101 |
Color Harmonies of #31ED21
Complementary color
Monochromatic Colors of #31ED21
Black with #31ED21
Text Example
Text Example
White with #31ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED21; }
p { color: rgb(49,237,33); }
H1.HeaderClassName
{
color: #31ED21;
}
.AnyTagClassName
{
color: #31ED21;
}
</style>
background-color css
<style>
a { background-color: #31ED21; }
a { background-color: rgb(49,237,33); }
div.DivClassName
{
background-color: #31ED21;
}
.BgClassName
{
background-color: #31ED21;
}
</style>
border-color css
<style>
span { border-color: #31ED21; }
span { border-color: rgb(49,237,33); }
td.TdClassName
{
border-color: #31ED21;
}
.TagClassName
{
border-color: #31ED21;
}
</style>