Shades of Lime Green #31DD34
Tints of Lime Green #31DD34
RGB
CMYK
RGB Variations
Color information
#31DD34 (or 0x31DD34) is known color: Lime Green. HEX triplet: 31, DD and 34. RGB value is (49,221,52). Sum of RGB (Red+Green+Blue) = 49+221+52=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DD34 is #CE22CB. Grayscale: #969696. Windows color (decimal): -13509324 or 3464497. OLE color: 3464497.
HSL color Cylindrical-coordinate representation of color #31DD34: hue angle of 121.05º 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 #31DD34 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 221 | 52 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.13 |
| HSL | 121.05º | 0.72% | 0.53% | - |
| HSV(B) | 121.05º | 0.78% | 0.87% | - |
| XYZ | 27.74 | 52.61 | 11.94 | - |
| YUV | 150.31 | 72.52 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 52 | 0.78 | 0 | 0.76 | 0.13 | 121.05 | 0.72 | 0.53 |
| Hex | 31 | DD | 34 | 4E | 0 | 4C | D | 79 | 48 | 35 |
| Octal | 61 | 335 | 64 | 116 | 0 | 114 | 15 | 171 | 110 | 65 |
| Binary | 110001 | 11011101 | 110100 | 1001110 | 0 | 1001100 | 1101 | 1111001 | 1001000 | 110101 |
Color Harmonies of #31DD34
Complementary color
Monochromatic Colors of #31DD34
Black with #31DD34
Text Example
Text Example
White with #31DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DD34; }
p { color: rgb(49,221,52); }
H1.HeaderClassName
{
color: #31DD34;
}
.AnyTagClassName
{
color: #31DD34;
}
</style>
background-color css
<style>
a { background-color: #31DD34; }
a { background-color: rgb(49,221,52); }
div.DivClassName
{
background-color: #31DD34;
}
.BgClassName
{
background-color: #31DD34;
}
</style>
border-color css
<style>
span { border-color: #31DD34; }
span { border-color: rgb(49,221,52); }
td.TdClassName
{
border-color: #31DD34;
}
.TagClassName
{
border-color: #31DD34;
}
</style>