Shades of Lime Green #31E030
Tints of Lime Green #31E030
RGB
CMYK
RGB Variations
Color information
#31E030 (or 0x31E030) is known color: Lime Green. HEX triplet: 31, E0 and 30. RGB value is (49,224,48). Sum of RGB (Red+Green+Blue) = 49+224+48=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #31E030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E030 is #CE1FCF. Grayscale: #989898. Windows color (decimal): -13508560 or 3203121. OLE color: 3203121.
HSL color Cylindrical-coordinate representation of color #31E030: hue angle of 119.66º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E030 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 48 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.12 |
| HSL | 119.66º | 0.74% | 0.53% | - |
| HSV(B) | 119.66º | 0.79% | 0.88% | - |
| XYZ | 28.46 | 54.18 | 11.75 | - |
| YUV | 151.61 | 69.52 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 48 | 0.78 | 0 | 0.79 | 0.12 | 119.66 | 0.74 | 0.53 |
| Hex | 31 | E0 | 30 | 4E | 0 | 4F | C | 78 | 4A | 35 |
| Octal | 61 | 340 | 60 | 116 | 0 | 117 | 14 | 170 | 112 | 65 |
| Binary | 110001 | 11100000 | 110000 | 1001110 | 0 | 1001111 | 1100 | 1111000 | 1001010 | 110101 |
Color Harmonies of #31E030
Complementary color
Monochromatic Colors of #31E030
Black with #31E030
Text Example
Text Example
White with #31E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E030; }
p { color: rgb(49,224,48); }
H1.HeaderClassName
{
color: #31E030;
}
.AnyTagClassName
{
color: #31E030;
}
</style>
background-color css
<style>
a { background-color: #31E030; }
a { background-color: rgb(49,224,48); }
div.DivClassName
{
background-color: #31E030;
}
.BgClassName
{
background-color: #31E030;
}
</style>
border-color css
<style>
span { border-color: #31E030; }
span { border-color: rgb(49,224,48); }
td.TdClassName
{
border-color: #31E030;
}
.TagClassName
{
border-color: #31E030;
}
</style>