Shades of Lime Green #31D742
Tints of Lime Green #31D742
RGB
CMYK
RGB Variations
Color information
#31D742 (or 0x31D742) is known color: Lime Green. HEX triplet: 31, D7 and 42. RGB value is (49,215,66). Sum of RGB (Red+Green+Blue) = 49+215+66=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #31D742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D742 is #CE28BD. Grayscale: #949494. Windows color (decimal): -13510846 or 4380465. OLE color: 4380465.
HSL color Cylindrical-coordinate representation of color #31D742: hue angle of 126.14º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D742 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 66 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.16 |
| HSL | 126.14º | 0.67% | 0.52% | - |
| HSV(B) | 126.14º | 0.77% | 0.84% | - |
| XYZ | 26.55 | 49.65 | 13.34 | - |
| YUV | 148.38 | 81.5 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 66 | 0.77 | 0 | 0.69 | 0.16 | 126.14 | 0.67 | 0.52 |
| Hex | 31 | D7 | 42 | 4D | 0 | 45 | 10 | 7E | 43 | 34 |
| Octal | 61 | 327 | 102 | 115 | 0 | 105 | 20 | 176 | 103 | 64 |
| Binary | 110001 | 11010111 | 1000010 | 1001101 | 0 | 1000101 | 10000 | 1111110 | 1000011 | 110100 |
Color Harmonies of #31D742
Complementary color
Monochromatic Colors of #31D742
Black with #31D742
Text Example
Text Example
White with #31D742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D742; }
p { color: rgb(49,215,66); }
H1.HeaderClassName
{
color: #31D742;
}
.AnyTagClassName
{
color: #31D742;
}
</style>
background-color css
<style>
a { background-color: #31D742; }
a { background-color: rgb(49,215,66); }
div.DivClassName
{
background-color: #31D742;
}
.BgClassName
{
background-color: #31D742;
}
</style>
border-color css
<style>
span { border-color: #31D742; }
span { border-color: rgb(49,215,66); }
td.TdClassName
{
border-color: #31D742;
}
.TagClassName
{
border-color: #31D742;
}
</style>