Shades of Lime Green #31CE3B
Tints of Lime Green #31CE3B
RGB
CMYK
RGB Variations
Color information
#31CE3B (or 0x31CE3B) is known color: Lime Green. HEX triplet: 31, CE and 3B. RGB value is (49,206,59). Sum of RGB (Red+Green+Blue) = 49+206+59=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE3B is #CE31C4. Grayscale: #8E8E8E. Windows color (decimal): -13513157 or 3919409. OLE color: 3919409.
HSL color Cylindrical-coordinate representation of color #31CE3B: hue angle of 123.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CE3B is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 59 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.19 |
| HSL | 123.82º | 0.62% | 0.5% | - |
| HSV(B) | 123.82º | 0.76% | 0.81% | - |
| XYZ | 24.13 | 45.11 | 11.57 | - |
| YUV | 142.3 | 80.99 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 59 | 0.76 | 0 | 0.71 | 0.19 | 123.82 | 0.62 | 0.5 |
| Hex | 31 | CE | 3B | 4C | 0 | 47 | 13 | 7C | 3E | 32 |
| Octal | 61 | 316 | 73 | 114 | 0 | 107 | 23 | 174 | 76 | 62 |
| Binary | 110001 | 11001110 | 111011 | 1001100 | 0 | 1000111 | 10011 | 1111100 | 111110 | 110010 |
Color Harmonies of #31CE3B
Complementary color
Monochromatic Colors of #31CE3B
Black with #31CE3B
Text Example
Text Example
White with #31CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE3B; }
p { color: rgb(49,206,59); }
H1.HeaderClassName
{
color: #31CE3B;
}
.AnyTagClassName
{
color: #31CE3B;
}
</style>
background-color css
<style>
a { background-color: #31CE3B; }
a { background-color: rgb(49,206,59); }
div.DivClassName
{
background-color: #31CE3B;
}
.BgClassName
{
background-color: #31CE3B;
}
</style>
border-color css
<style>
span { border-color: #31CE3B; }
span { border-color: rgb(49,206,59); }
td.TdClassName
{
border-color: #31CE3B;
}
.TagClassName
{
border-color: #31CE3B;
}
</style>