Shades of Lime Green #31CE34
Tints of Lime Green #31CE34
RGB
CMYK
RGB Variations
Color information
#31CE34 (or 0x31CE34) is known color: Lime Green. HEX triplet: 31, CE and 34. RGB value is (49,206,52). Sum of RGB (Red+Green+Blue) = 49+206+52=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 206 (80.86% from 255 or 67.10% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE34 is #CE31CB. Grayscale: #8D8D8D. Windows color (decimal): -13513164 or 3460657. OLE color: 3460657.
HSL color Cylindrical-coordinate representation of color #31CE34: hue angle of 121.15º 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 #31CE34 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 52 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.19 |
| HSL | 121.15º | 0.62% | 0.5% | - |
| HSV(B) | 121.15º | 0.76% | 0.81% | - |
| XYZ | 23.96 | 45.04 | 10.68 | - |
| YUV | 141.5 | 77.49 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 52 | 0.76 | 0 | 0.75 | 0.19 | 121.15 | 0.62 | 0.5 |
| Hex | 31 | CE | 34 | 4C | 0 | 4B | 13 | 79 | 3E | 32 |
| Octal | 61 | 316 | 64 | 114 | 0 | 113 | 23 | 171 | 76 | 62 |
| Binary | 110001 | 11001110 | 110100 | 1001100 | 0 | 1001011 | 10011 | 1111001 | 111110 | 110010 |
Color Harmonies of #31CE34
Complementary color
Monochromatic Colors of #31CE34
Black with #31CE34
Text Example
Text Example
White with #31CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE34; }
p { color: rgb(49,206,52); }
H1.HeaderClassName
{
color: #31CE34;
}
.AnyTagClassName
{
color: #31CE34;
}
</style>
background-color css
<style>
a { background-color: #31CE34; }
a { background-color: rgb(49,206,52); }
div.DivClassName
{
background-color: #31CE34;
}
.BgClassName
{
background-color: #31CE34;
}
</style>
border-color css
<style>
span { border-color: #31CE34; }
span { border-color: rgb(49,206,52); }
td.TdClassName
{
border-color: #31CE34;
}
.TagClassName
{
border-color: #31CE34;
}
</style>