Shades of Lime Green #31D04A
Tints of Lime Green #31D04A
RGB
CMYK
RGB Variations
Color information
#31D04A (or 0x31D04A) is known color: Lime Green. HEX triplet: 31, D0 and 4A. RGB value is (49,208,74). Sum of RGB (Red+Green+Blue) = 49+208+74=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #31D04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D04A is #CE2FB5. Grayscale: #919191. Windows color (decimal): -13512630 or 4902961. OLE color: 4902961.
HSL color Cylindrical-coordinate representation of color #31D04A: hue angle of 129.43º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31D04A is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 74 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.18 |
| HSL | 129.43º | 0.63% | 0.5% | - |
| HSV(B) | 129.43º | 0.76% | 0.82% | - |
| XYZ | 25.06 | 46.26 | 14.09 | - |
| YUV | 145.18 | 87.82 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 74 | 0.76 | 0 | 0.64 | 0.18 | 129.43 | 0.63 | 0.5 |
| Hex | 31 | D0 | 4A | 4C | 0 | 40 | 12 | 81 | 3F | 32 |
| Octal | 61 | 320 | 112 | 114 | 0 | 100 | 22 | 201 | 77 | 62 |
| Binary | 110001 | 11010000 | 1001010 | 1001100 | 0 | 1000000 | 10010 | 10000001 | 111111 | 110010 |
Color Harmonies of #31D04A
Complementary color
Monochromatic Colors of #31D04A
Black with #31D04A
Text Example
Text Example
White with #31D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D04A; }
p { color: rgb(49,208,74); }
H1.HeaderClassName
{
color: #31D04A;
}
.AnyTagClassName
{
color: #31D04A;
}
</style>
background-color css
<style>
a { background-color: #31D04A; }
a { background-color: rgb(49,208,74); }
div.DivClassName
{
background-color: #31D04A;
}
.BgClassName
{
background-color: #31D04A;
}
</style>
border-color css
<style>
span { border-color: #31D04A; }
span { border-color: rgb(49,208,74); }
td.TdClassName
{
border-color: #31D04A;
}
.TagClassName
{
border-color: #31D04A;
}
</style>