Shades of Lime Green #31E74B
Tints of Lime Green #31E74B
RGB
CMYK
RGB Variations
Color information
#31E74B (or 0x31E74B) is known color: Lime Green. HEX triplet: 31, E7 and 4B. RGB value is (49,231,75). Sum of RGB (Red+Green+Blue) = 49+231+75=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 231 (90.62% from 255 or 65.07% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 231 - color contains mainly: green. Hex color #31E74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E74B is #CE18B4. Grayscale: #9F9F9F. Windows color (decimal): -13506741 or 4974385. OLE color: 4974385.
HSL color Cylindrical-coordinate representation of color #31E74B: hue angle of 128.57º degrees, saturation: 0.79, 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 #31E74B is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 75 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.09 |
| HSL | 128.57º | 0.79% | 0.55% | - |
| HSV(B) | 128.57º | 0.79% | 0.91% | - |
| XYZ | 31.11 | 58.31 | 16.27 | - |
| YUV | 158.8 | 80.7 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 75 | 0.79 | 0 | 0.68 | 0.09 | 128.57 | 0.79 | 0.55 |
| Hex | 31 | E7 | 4B | 4F | 0 | 44 | 9 | 81 | 4F | 37 |
| Octal | 61 | 347 | 113 | 117 | 0 | 104 | 11 | 201 | 117 | 67 |
| Binary | 110001 | 11100111 | 1001011 | 1001111 | 0 | 1000100 | 1001 | 10000001 | 1001111 | 110111 |
Color Harmonies of #31E74B
Complementary color
Monochromatic Colors of #31E74B
Black with #31E74B
Text Example
Text Example
White with #31E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E74B; }
p { color: rgb(49,231,75); }
H1.HeaderClassName
{
color: #31E74B;
}
.AnyTagClassName
{
color: #31E74B;
}
</style>
background-color css
<style>
a { background-color: #31E74B; }
a { background-color: rgb(49,231,75); }
div.DivClassName
{
background-color: #31E74B;
}
.BgClassName
{
background-color: #31E74B;
}
</style>
border-color css
<style>
span { border-color: #31E74B; }
span { border-color: rgb(49,231,75); }
td.TdClassName
{
border-color: #31E74B;
}
.TagClassName
{
border-color: #31E74B;
}
</style>