Shades of Lime Green #31FE3D
Tints of Lime Green #31FE3D
RGB
CMYK
RGB Variations
Color information
#31FE3D (or 0x31FE3D) is known color: Lime Green. HEX triplet: 31, FE and 3D. RGB value is (49,254,61). Sum of RGB (Red+Green+Blue) = 49+254+61=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FE3D is #CE01C2. Grayscale: #ABABAB. Windows color (decimal): -13500867 or 4062769. OLE color: 4062769.
HSL color Cylindrical-coordinate representation of color #31FE3D: hue angle of 123.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FE3D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 61 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.00 |
| HSL | 123.51º | 0.99% | 0.59% | - |
| HSV(B) | 123.51º | 0.81% | 1% | - |
| XYZ | 37.55 | 71.87 | 16.31 | - |
| YUV | 170.7 | 66.08 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 61 | 0.81 | 0 | 0.76 | 0.00 | 123.51 | 0.99 | 0.59 |
| Hex | 31 | FE | 3D | 51 | 0 | 4C | 0 | 7C | 63 | 3B |
| Octal | 61 | 376 | 75 | 121 | 0 | 114 | 0 | 174 | 143 | 73 |
| Binary | 110001 | 11111110 | 111101 | 1010001 | 0 | 1001100 | 0 | 1111100 | 1100011 | 111011 |
Color Harmonies of #31FE3D
Complementary color
Monochromatic Colors of #31FE3D
Black with #31FE3D
Text Example
Text Example
White with #31FE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE3D; }
p { color: rgb(49,254,61); }
H1.HeaderClassName
{
color: #31FE3D;
}
.AnyTagClassName
{
color: #31FE3D;
}
</style>
background-color css
<style>
a { background-color: #31FE3D; }
a { background-color: rgb(49,254,61); }
div.DivClassName
{
background-color: #31FE3D;
}
.BgClassName
{
background-color: #31FE3D;
}
</style>
border-color css
<style>
span { border-color: #31FE3D; }
span { border-color: rgb(49,254,61); }
td.TdClassName
{
border-color: #31FE3D;
}
.TagClassName
{
border-color: #31FE3D;
}
</style>