Shades of Lime Green #31E93D
Tints of Lime Green #31E93D
RGB
CMYK
RGB Variations
Color information
#31E93D (or 0x31E93D) is known color: Lime Green. HEX triplet: 31, E9 and 3D. RGB value is (49,233,61). Sum of RGB (Red+Green+Blue) = 49+233+61=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 233 (91.41% from 255 or 67.93% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 233 - color contains mainly: green. Hex color #31E93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E93D is #CE16C2. Grayscale: #9E9E9E. Windows color (decimal): -13506243 or 4057393. OLE color: 4057393.
HSL color Cylindrical-coordinate representation of color #31E93D: hue angle of 123.91º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E93D is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 61 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.09 |
| HSL | 123.91º | 0.81% | 0.55% | - |
| HSV(B) | 123.91º | 0.79% | 0.91% | - |
| XYZ | 31.25 | 59.27 | 14.21 | - |
| YUV | 158.38 | 73.04 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 61 | 0.79 | 0 | 0.74 | 0.09 | 123.91 | 0.81 | 0.55 |
| Hex | 31 | E9 | 3D | 4F | 0 | 4A | 9 | 7C | 51 | 37 |
| Octal | 61 | 351 | 75 | 117 | 0 | 112 | 11 | 174 | 121 | 67 |
| Binary | 110001 | 11101001 | 111101 | 1001111 | 0 | 1001010 | 1001 | 1111100 | 1010001 | 110111 |
Color Harmonies of #31E93D
Complementary color
Monochromatic Colors of #31E93D
Black with #31E93D
Text Example
Text Example
White with #31E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E93D; }
p { color: rgb(49,233,61); }
H1.HeaderClassName
{
color: #31E93D;
}
.AnyTagClassName
{
color: #31E93D;
}
</style>
background-color css
<style>
a { background-color: #31E93D; }
a { background-color: rgb(49,233,61); }
div.DivClassName
{
background-color: #31E93D;
}
.BgClassName
{
background-color: #31E93D;
}
</style>
border-color css
<style>
span { border-color: #31E93D; }
span { border-color: rgb(49,233,61); }
td.TdClassName
{
border-color: #31E93D;
}
.TagClassName
{
border-color: #31E93D;
}
</style>