Shades of Lime Green #31F935
Tints of Lime Green #31F935
RGB
CMYK
RGB Variations
Color information
#31F935 (or 0x31F935) is known color: Lime Green. HEX triplet: 31, F9 and 35. RGB value is (49,249,53). Sum of RGB (Red+Green+Blue) = 49+249+53=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 249 (97.66% from 255 or 70.94% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 249 - color contains mainly: green. Hex color #31F935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F935 is #CE06CA. Grayscale: #A7A7A7. Windows color (decimal): -13502155 or 3537201. OLE color: 3537201.
HSL color Cylindrical-coordinate representation of color #31F935: hue angle of 121.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F935 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 53 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.02 |
| HSL | 121.2º | 0.94% | 0.58% | - |
| HSV(B) | 121.2º | 0.8% | 0.98% | - |
| XYZ | 35.78 | 68.66 | 14.74 | - |
| YUV | 166.86 | 63.74 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 53 | 0.80 | 0 | 0.79 | 0.02 | 121.2 | 0.94 | 0.58 |
| Hex | 31 | F9 | 35 | 50 | 0 | 4F | 2 | 79 | 5E | 3A |
| Octal | 61 | 371 | 65 | 120 | 0 | 117 | 2 | 171 | 136 | 72 |
| Binary | 110001 | 11111001 | 110101 | 1010000 | 0 | 1001111 | 10 | 1111001 | 1011110 | 111010 |
Color Harmonies of #31F935
Complementary color
Monochromatic Colors of #31F935
Black with #31F935
Text Example
Text Example
White with #31F935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F935; }
p { color: rgb(49,249,53); }
H1.HeaderClassName
{
color: #31F935;
}
.AnyTagClassName
{
color: #31F935;
}
</style>
background-color css
<style>
a { background-color: #31F935; }
a { background-color: rgb(49,249,53); }
div.DivClassName
{
background-color: #31F935;
}
.BgClassName
{
background-color: #31F935;
}
</style>
border-color css
<style>
span { border-color: #31F935; }
span { border-color: rgb(49,249,53); }
td.TdClassName
{
border-color: #31F935;
}
.TagClassName
{
border-color: #31F935;
}
</style>