Shades of Lime Green #31F635
Tints of Lime Green #31F635
RGB
CMYK
RGB Variations
Color information
#31F635 (or 0x31F635) is known color: Lime Green. HEX triplet: 31, F6 and 35. RGB value is (49,246,53). Sum of RGB (Red+Green+Blue) = 49+246+53=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 246 (96.48% from 255 or 70.69% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 246 - color contains mainly: green. Hex color #31F635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F635 is #CE09CA. Grayscale: #A5A5A5. Windows color (decimal): -13502923 or 3536433. OLE color: 3536433.
HSL color Cylindrical-coordinate representation of color #31F635: hue angle of 121.22º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F635 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 53 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.04 |
| HSL | 121.22º | 0.92% | 0.58% | - |
| HSV(B) | 121.22º | 0.8% | 0.96% | - |
| XYZ | 34.86 | 66.82 | 14.43 | - |
| YUV | 165.1 | 64.73 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 53 | 0.80 | 0 | 0.78 | 0.04 | 121.22 | 0.92 | 0.58 |
| Hex | 31 | F6 | 35 | 50 | 0 | 4E | 4 | 79 | 5C | 3A |
| Octal | 61 | 366 | 65 | 120 | 0 | 116 | 4 | 171 | 134 | 72 |
| Binary | 110001 | 11110110 | 110101 | 1010000 | 0 | 1001110 | 100 | 1111001 | 1011100 | 111010 |
Color Harmonies of #31F635
Complementary color
Monochromatic Colors of #31F635
Black with #31F635
Text Example
Text Example
White with #31F635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F635; }
p { color: rgb(49,246,53); }
H1.HeaderClassName
{
color: #31F635;
}
.AnyTagClassName
{
color: #31F635;
}
</style>
background-color css
<style>
a { background-color: #31F635; }
a { background-color: rgb(49,246,53); }
div.DivClassName
{
background-color: #31F635;
}
.BgClassName
{
background-color: #31F635;
}
</style>
border-color css
<style>
span { border-color: #31F635; }
span { border-color: rgb(49,246,53); }
td.TdClassName
{
border-color: #31F635;
}
.TagClassName
{
border-color: #31F635;
}
</style>