Shades of Lime Green #31BE3E
Tints of Lime Green #31BE3E
RGB
CMYK
RGB Variations
Color information
#31BE3E (or 0x31BE3E) is known color: Lime Green. HEX triplet: 31, BE and 3E. RGB value is (49,190,62). Sum of RGB (Red+Green+Blue) = 49+190+62=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE3E is #CE41C1. Grayscale: #858585. Windows color (decimal): -13517250 or 4111921. OLE color: 4111921.
HSL color Cylindrical-coordinate representation of color #31BE3E: hue angle of 125.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE3E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 190 | 62 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.25 |
| HSL | 125.53º | 0.59% | 0.47% | - |
| HSV(B) | 125.53º | 0.74% | 0.75% | - |
| XYZ | 20.55 | 37.83 | 10.78 | - |
| YUV | 133.25 | 87.79 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 62 | 0.74 | 0 | 0.67 | 0.25 | 125.53 | 0.59 | 0.47 |
| Hex | 31 | BE | 3E | 4A | 0 | 43 | 19 | 7E | 3B | 2F |
| Octal | 61 | 276 | 76 | 112 | 0 | 103 | 31 | 176 | 73 | 57 |
| Binary | 110001 | 10111110 | 111110 | 1001010 | 0 | 1000011 | 11001 | 1111110 | 111011 | 101111 |
Color Harmonies of #31BE3E
Complementary color
Monochromatic Colors of #31BE3E
Black with #31BE3E
Text Example
Text Example
White with #31BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BE3E; }
p { color: rgb(49,190,62); }
H1.HeaderClassName
{
color: #31BE3E;
}
.AnyTagClassName
{
color: #31BE3E;
}
</style>
background-color css
<style>
a { background-color: #31BE3E; }
a { background-color: rgb(49,190,62); }
div.DivClassName
{
background-color: #31BE3E;
}
.BgClassName
{
background-color: #31BE3E;
}
</style>
border-color css
<style>
span { border-color: #31BE3E; }
span { border-color: rgb(49,190,62); }
td.TdClassName
{
border-color: #31BE3E;
}
.TagClassName
{
border-color: #31BE3E;
}
</style>