Shades of Lime Green #31BE3C
Tints of Lime Green #31BE3C
RGB
CMYK
RGB Variations
Color information
#31BE3C (or 0x31BE3C) is known color: Lime Green. HEX triplet: 31, BE and 3C. RGB value is (49,190,60). Sum of RGB (Red+Green+Blue) = 49+190+60=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 190 (74.61% from 255 or 63.55% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE3C is #CE41C3. Grayscale: #858585. Windows color (decimal): -13517252 or 3980849. OLE color: 3980849.
HSL color Cylindrical-coordinate representation of color #31BE3C: hue angle of 124.68º 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 #31BE3C is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 190 | 60 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.25 |
| HSL | 124.68º | 0.59% | 0.47% | - |
| HSV(B) | 124.68º | 0.74% | 0.75% | - |
| XYZ | 20.5 | 37.81 | 10.49 | - |
| YUV | 133.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 60 | 0.74 | 0 | 0.68 | 0.25 | 124.68 | 0.59 | 0.47 |
| Hex | 31 | BE | 3C | 4A | 0 | 44 | 19 | 7D | 3B | 2F |
| Octal | 61 | 276 | 74 | 112 | 0 | 104 | 31 | 175 | 73 | 57 |
| Binary | 110001 | 10111110 | 111100 | 1001010 | 0 | 1000100 | 11001 | 1111101 | 111011 | 101111 |
Color Harmonies of #31BE3C
Complementary color
Monochromatic Colors of #31BE3C
Black with #31BE3C
Text Example
Text Example
White with #31BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BE3C; }
p { color: rgb(49,190,60); }
H1.HeaderClassName
{
color: #31BE3C;
}
.AnyTagClassName
{
color: #31BE3C;
}
</style>
background-color css
<style>
a { background-color: #31BE3C; }
a { background-color: rgb(49,190,60); }
div.DivClassName
{
background-color: #31BE3C;
}
.BgClassName
{
background-color: #31BE3C;
}
</style>
border-color css
<style>
span { border-color: #31BE3C; }
span { border-color: rgb(49,190,60); }
td.TdClassName
{
border-color: #31BE3C;
}
.TagClassName
{
border-color: #31BE3C;
}
</style>