Shades of Lime Green #31DD30
Tints of Lime Green #31DD30
RGB
CMYK
RGB Variations
Color information
#31DD30 (or 0x31DD30) is known color: Lime Green. HEX triplet: 31, DD and 30. RGB value is (49,221,48). Sum of RGB (Red+Green+Blue) = 49+221+48=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD30 is #CE22CF. Grayscale: #969696. Windows color (decimal): -13509328 or 3202353. OLE color: 3202353.
HSL color Cylindrical-coordinate representation of color #31DD30: hue angle of 119.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD30 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 48 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.13 |
| HSL | 119.65º | 0.72% | 0.53% | - |
| HSV(B) | 119.65º | 0.78% | 0.87% | - |
| XYZ | 27.66 | 52.58 | 11.49 | - |
| YUV | 149.85 | 70.52 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 48 | 0.78 | 0 | 0.78 | 0.13 | 119.65 | 0.72 | 0.53 |
| Hex | 31 | DD | 30 | 4E | 0 | 4E | D | 78 | 48 | 35 |
| Octal | 61 | 335 | 60 | 116 | 0 | 116 | 15 | 170 | 110 | 65 |
| Binary | 110001 | 11011101 | 110000 | 1001110 | 0 | 1001110 | 1101 | 1111000 | 1001000 | 110101 |
Color Harmonies of #31DD30
Complementary color
Monochromatic Colors of #31DD30
Black with #31DD30
Text Example
Text Example
White with #31DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD30; }
p { color: rgb(49,221,48); }
H1.HeaderClassName
{
color: #31DD30;
}
.AnyTagClassName
{
color: #31DD30;
}
</style>
background-color css
<style>
a { background-color: #31DD30; }
a { background-color: rgb(49,221,48); }
div.DivClassName
{
background-color: #31DD30;
}
.BgClassName
{
background-color: #31DD30;
}
</style>
border-color css
<style>
span { border-color: #31DD30; }
span { border-color: rgb(49,221,48); }
td.TdClassName
{
border-color: #31DD30;
}
.TagClassName
{
border-color: #31DD30;
}
</style>