Shades of Lime Green #31CE1E
Tints of Lime Green #31CE1E
RGB
CMYK
RGB Variations
Color information
#31CE1E (or 0x31CE1E) is known color: Lime Green. HEX triplet: 31, CE and 1E. RGB value is (49,206,30). Sum of RGB (Red+Green+Blue) = 49+206+30=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE1E is #CE31E1. Grayscale: #8B8B8B. Windows color (decimal): -13513186 or 2018865. OLE color: 2018865.
HSL color Cylindrical-coordinate representation of color #31CE1E: hue angle of 113.52º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31CE1E is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 30 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.19 |
| HSL | 113.52º | 0.75% | 0.46% | - |
| HSV(B) | 113.52º | 0.85% | 0.81% | - |
| XYZ | 23.57 | 44.89 | 8.65 | - |
| YUV | 138.99 | 66.49 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 30 | 0.76 | 0 | 0.85 | 0.19 | 113.52 | 0.75 | 0.46 |
| Hex | 31 | CE | 1E | 4C | 0 | 55 | 13 | 72 | 4B | 2E |
| Octal | 61 | 316 | 36 | 114 | 0 | 125 | 23 | 162 | 113 | 56 |
| Binary | 110001 | 11001110 | 11110 | 1001100 | 0 | 1010101 | 10011 | 1110010 | 1001011 | 101110 |
Color Harmonies of #31CE1E
Complementary color
Monochromatic Colors of #31CE1E
Black with #31CE1E
Text Example
Text Example
White with #31CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE1E; }
p { color: rgb(49,206,30); }
H1.HeaderClassName
{
color: #31CE1E;
}
.AnyTagClassName
{
color: #31CE1E;
}
</style>
background-color css
<style>
a { background-color: #31CE1E; }
a { background-color: rgb(49,206,30); }
div.DivClassName
{
background-color: #31CE1E;
}
.BgClassName
{
background-color: #31CE1E;
}
</style>
border-color css
<style>
span { border-color: #31CE1E; }
span { border-color: rgb(49,206,30); }
td.TdClassName
{
border-color: #31CE1E;
}
.TagClassName
{
border-color: #31CE1E;
}
</style>