Shades of Lime Green #31DF4B
Tints of Lime Green #31DF4B
RGB
CMYK
RGB Variations
Color information
#31DF4B (or 0x31DF4B) is known color: Lime Green. HEX triplet: 31, DF and 4B. RGB value is (49,223,75). Sum of RGB (Red+Green+Blue) = 49+223+75=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DF4B is #CE20B4. Grayscale: #9A9A9A. Windows color (decimal): -13508789 or 4972337. OLE color: 4972337.
HSL color Cylindrical-coordinate representation of color #31DF4B: hue angle of 128.97º degrees, saturation: 0.73, 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 #31DF4B is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 75 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.13 |
| HSL | 128.97º | 0.73% | 0.53% | - |
| HSV(B) | 128.97º | 0.78% | 0.87% | - |
| XYZ | 28.92 | 53.94 | 15.54 | - |
| YUV | 154.1 | 83.35 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 75 | 0.78 | 0 | 0.66 | 0.13 | 128.97 | 0.73 | 0.53 |
| Hex | 31 | DF | 4B | 4E | 0 | 42 | D | 81 | 49 | 35 |
| Octal | 61 | 337 | 113 | 116 | 0 | 102 | 15 | 201 | 111 | 65 |
| Binary | 110001 | 11011111 | 1001011 | 1001110 | 0 | 1000010 | 1101 | 10000001 | 1001001 | 110101 |
Color Harmonies of #31DF4B
Complementary color
Monochromatic Colors of #31DF4B
Black with #31DF4B
Text Example
Text Example
White with #31DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF4B; }
p { color: rgb(49,223,75); }
H1.HeaderClassName
{
color: #31DF4B;
}
.AnyTagClassName
{
color: #31DF4B;
}
</style>
background-color css
<style>
a { background-color: #31DF4B; }
a { background-color: rgb(49,223,75); }
div.DivClassName
{
background-color: #31DF4B;
}
.BgClassName
{
background-color: #31DF4B;
}
</style>
border-color css
<style>
span { border-color: #31DF4B; }
span { border-color: rgb(49,223,75); }
td.TdClassName
{
border-color: #31DF4B;
}
.TagClassName
{
border-color: #31DF4B;
}
</style>