Shades of Lime Green #31D33C
Tints of Lime Green #31D33C
RGB
CMYK
RGB Variations
Color information
#31D33C (or 0x31D33C) is known color: Lime Green. HEX triplet: 31, D3 and 3C. RGB value is (49,211,60). Sum of RGB (Red+Green+Blue) = 49+211+60=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 211 (82.81% from 255 or 65.94% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 211 - color contains mainly: green. Hex color #31D33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D33C is #CE2CC3. Grayscale: #919191. Windows color (decimal): -13511876 or 3986225. OLE color: 3986225.
HSL color Cylindrical-coordinate representation of color #31D33C: hue angle of 124.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D33C is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 211 | 60 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.17 |
| HSL | 124.07º | 0.65% | 0.51% | - |
| HSV(B) | 124.07º | 0.77% | 0.83% | - |
| XYZ | 25.38 | 47.57 | 12.12 | - |
| YUV | 145.35 | 79.83 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 60 | 0.77 | 0 | 0.72 | 0.17 | 124.07 | 0.65 | 0.51 |
| Hex | 31 | D3 | 3C | 4D | 0 | 48 | 11 | 7C | 41 | 33 |
| Octal | 61 | 323 | 74 | 115 | 0 | 110 | 21 | 174 | 101 | 63 |
| Binary | 110001 | 11010011 | 111100 | 1001101 | 0 | 1001000 | 10001 | 1111100 | 1000001 | 110011 |
Color Harmonies of #31D33C
Complementary color
Monochromatic Colors of #31D33C
Black with #31D33C
Text Example
Text Example
White with #31D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D33C; }
p { color: rgb(49,211,60); }
H1.HeaderClassName
{
color: #31D33C;
}
.AnyTagClassName
{
color: #31D33C;
}
</style>
background-color css
<style>
a { background-color: #31D33C; }
a { background-color: rgb(49,211,60); }
div.DivClassName
{
background-color: #31D33C;
}
.BgClassName
{
background-color: #31D33C;
}
</style>
border-color css
<style>
span { border-color: #31D33C; }
span { border-color: rgb(49,211,60); }
td.TdClassName
{
border-color: #31D33C;
}
.TagClassName
{
border-color: #31D33C;
}
</style>