Shades of Lime Green #31CA4D
Tints of Lime Green #31CA4D
RGB
CMYK
RGB Variations
Color information
#31CA4D (or 0x31CA4D) is known color: Lime Green. HEX triplet: 31, CA and 4D. RGB value is (49,202,77). Sum of RGB (Red+Green+Blue) = 49+202+77=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA4D is #CE35B2. Grayscale: #8E8E8E. Windows color (decimal): -13514163 or 5098033. OLE color: 5098033.
HSL color Cylindrical-coordinate representation of color #31CA4D: hue angle of 130.98º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA4D is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 77 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.21 |
| HSL | 130.98º | 0.61% | 0.49% | - |
| HSV(B) | 130.98º | 0.76% | 0.79% | - |
| XYZ | 23.73 | 43.43 | 14.15 | - |
| YUV | 142 | 91.31 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 77 | 0.76 | 0 | 0.62 | 0.21 | 130.98 | 0.61 | 0.49 |
| Hex | 31 | CA | 4D | 4C | 0 | 3E | 15 | 83 | 3D | 31 |
| Octal | 61 | 312 | 115 | 114 | 0 | 76 | 25 | 203 | 75 | 61 |
| Binary | 110001 | 11001010 | 1001101 | 1001100 | 0 | 111110 | 10101 | 10000011 | 111101 | 110001 |
Color Harmonies of #31CA4D
Complementary color
Monochromatic Colors of #31CA4D
Black with #31CA4D
Text Example
Text Example
White with #31CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA4D; }
p { color: rgb(49,202,77); }
H1.HeaderClassName
{
color: #31CA4D;
}
.AnyTagClassName
{
color: #31CA4D;
}
</style>
background-color css
<style>
a { background-color: #31CA4D; }
a { background-color: rgb(49,202,77); }
div.DivClassName
{
background-color: #31CA4D;
}
.BgClassName
{
background-color: #31CA4D;
}
</style>
border-color css
<style>
span { border-color: #31CA4D; }
span { border-color: rgb(49,202,77); }
td.TdClassName
{
border-color: #31CA4D;
}
.TagClassName
{
border-color: #31CA4D;
}
</style>