Shades of Lime Green #31ED23
Tints of Lime Green #31ED23
RGB
CMYK
RGB Variations
Color information
#31ED23 (or 0x31ED23) is known color: Lime Green. HEX triplet: 31, ED and 23. RGB value is (49,237,35). Sum of RGB (Red+Green+Blue) = 49+237+35=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 237 (92.97% from 255 or 73.83% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31ED23 is #CE12DC. Grayscale: #9E9E9E. Windows color (decimal): -13505245 or 2354481. OLE color: 2354481.
HSL color Cylindrical-coordinate representation of color #31ED23: hue angle of 115.84º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31ED23 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 237 | 35 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.07 |
| HSL | 115.84º | 0.85% | 0.53% | - |
| HSV(B) | 115.84º | 0.85% | 0.93% | - |
| XYZ | 31.85 | 61.34 | 11.75 | - |
| YUV | 157.76 | 58.72 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 237 | 35 | 0.79 | 0 | 0.85 | 0.07 | 115.84 | 0.85 | 0.53 |
| Hex | 31 | ED | 23 | 4F | 0 | 55 | 7 | 74 | 55 | 35 |
| Octal | 61 | 355 | 43 | 117 | 0 | 125 | 7 | 164 | 125 | 65 |
| Binary | 110001 | 11101101 | 100011 | 1001111 | 0 | 1010101 | 111 | 1110100 | 1010101 | 110101 |
Color Harmonies of #31ED23
Complementary color
Monochromatic Colors of #31ED23
Black with #31ED23
Text Example
Text Example
White with #31ED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ED23; }
p { color: rgb(49,237,35); }
H1.HeaderClassName
{
color: #31ED23;
}
.AnyTagClassName
{
color: #31ED23;
}
</style>
background-color css
<style>
a { background-color: #31ED23; }
a { background-color: rgb(49,237,35); }
div.DivClassName
{
background-color: #31ED23;
}
.BgClassName
{
background-color: #31ED23;
}
</style>
border-color css
<style>
span { border-color: #31ED23; }
span { border-color: rgb(49,237,35); }
td.TdClassName
{
border-color: #31ED23;
}
.TagClassName
{
border-color: #31ED23;
}
</style>