Shades of Lime Green #31CF3E
Tints of Lime Green #31CF3E
RGB
CMYK
RGB Variations
Color information
#31CF3E (or 0x31CF3E) is known color: Lime Green. HEX triplet: 31, CF and 3E. RGB value is (49,207,62). Sum of RGB (Red+Green+Blue) = 49+207+62=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF3E is #CE30C1. Grayscale: #8F8F8F. Windows color (decimal): -13512898 or 4116273. OLE color: 4116273.
HSL color Cylindrical-coordinate representation of color #31CF3E: hue angle of 124.94º 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 #31CF3E is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 62 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.19 |
| HSL | 124.94º | 0.62% | 0.5% | - |
| HSV(B) | 124.94º | 0.76% | 0.81% | - |
| XYZ | 24.45 | 45.63 | 12.08 | - |
| YUV | 143.23 | 82.15 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 62 | 0.76 | 0 | 0.70 | 0.19 | 124.94 | 0.62 | 0.5 |
| Hex | 31 | CF | 3E | 4C | 0 | 46 | 13 | 7D | 3E | 32 |
| Octal | 61 | 317 | 76 | 114 | 0 | 106 | 23 | 175 | 76 | 62 |
| Binary | 110001 | 11001111 | 111110 | 1001100 | 0 | 1000110 | 10011 | 1111101 | 111110 | 110010 |
Color Harmonies of #31CF3E
Complementary color
Monochromatic Colors of #31CF3E
Black with #31CF3E
Text Example
Text Example
White with #31CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF3E; }
p { color: rgb(49,207,62); }
H1.HeaderClassName
{
color: #31CF3E;
}
.AnyTagClassName
{
color: #31CF3E;
}
</style>
background-color css
<style>
a { background-color: #31CF3E; }
a { background-color: rgb(49,207,62); }
div.DivClassName
{
background-color: #31CF3E;
}
.BgClassName
{
background-color: #31CF3E;
}
</style>
border-color css
<style>
span { border-color: #31CF3E; }
span { border-color: rgb(49,207,62); }
td.TdClassName
{
border-color: #31CF3E;
}
.TagClassName
{
border-color: #31CF3E;
}
</style>