Shades of Lime Green #31D23B
Tints of Lime Green #31D23B
RGB
CMYK
RGB Variations
Color information
#31D23B (or 0x31D23B) is known color: Lime Green. HEX triplet: 31, D2 and 3B. RGB value is (49,210,59). Sum of RGB (Red+Green+Blue) = 49+210+59=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #31D23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D23B is #CE2DC4. Grayscale: #919191. Windows color (decimal): -13512133 or 3920433. OLE color: 3920433.
HSL color Cylindrical-coordinate representation of color #31D23B: hue angle of 123.73º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D23B is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 59 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.18 |
| HSL | 123.73º | 0.64% | 0.51% | - |
| HSV(B) | 123.73º | 0.77% | 0.82% | - |
| XYZ | 25.1 | 47.06 | 11.9 | - |
| YUV | 144.65 | 79.66 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 59 | 0.77 | 0 | 0.72 | 0.18 | 123.73 | 0.64 | 0.51 |
| Hex | 31 | D2 | 3B | 4D | 0 | 48 | 12 | 7C | 40 | 33 |
| Octal | 61 | 322 | 73 | 115 | 0 | 110 | 22 | 174 | 100 | 63 |
| Binary | 110001 | 11010010 | 111011 | 1001101 | 0 | 1001000 | 10010 | 1111100 | 1000000 | 110011 |
Color Harmonies of #31D23B
Complementary color
Monochromatic Colors of #31D23B
Black with #31D23B
Text Example
Text Example
White with #31D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D23B; }
p { color: rgb(49,210,59); }
H1.HeaderClassName
{
color: #31D23B;
}
.AnyTagClassName
{
color: #31D23B;
}
</style>
background-color css
<style>
a { background-color: #31D23B; }
a { background-color: rgb(49,210,59); }
div.DivClassName
{
background-color: #31D23B;
}
.BgClassName
{
background-color: #31D23B;
}
</style>
border-color css
<style>
span { border-color: #31D23B; }
span { border-color: rgb(49,210,59); }
td.TdClassName
{
border-color: #31D23B;
}
.TagClassName
{
border-color: #31D23B;
}
</style>