Shades of Lime Green #31F123
Tints of Lime Green #31F123
RGB
CMYK
RGB Variations
Color information
#31F123 (or 0x31F123) is known color: Lime Green. HEX triplet: 31, F1 and 23. RGB value is (49,241,35). Sum of RGB (Red+Green+Blue) = 49+241+35=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #31F123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F123 is #CE0EDC. Grayscale: #A0A0A0. Windows color (decimal): -13504221 or 2355505. OLE color: 2355505.
HSL color Cylindrical-coordinate representation of color #31F123: hue angle of 115.92º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31F123 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 35 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.05 |
| HSL | 115.92º | 0.88% | 0.54% | - |
| HSV(B) | 115.92º | 0.85% | 0.95% | - |
| XYZ | 33.03 | 63.68 | 12.14 | - |
| YUV | 160.11 | 57.39 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 35 | 0.80 | 0 | 0.85 | 0.05 | 115.92 | 0.88 | 0.54 |
| Hex | 31 | F1 | 23 | 50 | 0 | 55 | 5 | 74 | 58 | 36 |
| Octal | 61 | 361 | 43 | 120 | 0 | 125 | 5 | 164 | 130 | 66 |
| Binary | 110001 | 11110001 | 100011 | 1010000 | 0 | 1010101 | 101 | 1110100 | 1011000 | 110110 |
Color Harmonies of #31F123
Complementary color
Monochromatic Colors of #31F123
Black with #31F123
Text Example
Text Example
White with #31F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F123; }
p { color: rgb(49,241,35); }
H1.HeaderClassName
{
color: #31F123;
}
.AnyTagClassName
{
color: #31F123;
}
</style>
background-color css
<style>
a { background-color: #31F123; }
a { background-color: rgb(49,241,35); }
div.DivClassName
{
background-color: #31F123;
}
.BgClassName
{
background-color: #31F123;
}
</style>
border-color css
<style>
span { border-color: #31F123; }
span { border-color: rgb(49,241,35); }
td.TdClassName
{
border-color: #31F123;
}
.TagClassName
{
border-color: #31F123;
}
</style>