Shades of Lime Green #31F145
Tints of Lime Green #31F145
RGB
CMYK
RGB Variations
Color information
#31F145 (or 0x31F145) is known color: Lime Green. HEX triplet: 31, F1 and 45. RGB value is (49,241,69). Sum of RGB (Red+Green+Blue) = 49+241+69=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #31F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F145 is #CE0EBA. Grayscale: #A4A4A4. Windows color (decimal): -13504187 or 4583729. OLE color: 4583729.
HSL color Cylindrical-coordinate representation of color #31F145: hue angle of 126.25º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F145 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 69 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.05 |
| HSL | 126.25º | 0.87% | 0.57% | - |
| HSV(B) | 126.25º | 0.8% | 0.95% | - |
| XYZ | 33.8 | 63.99 | 16.2 | - |
| YUV | 163.98 | 74.39 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 69 | 0.80 | 0 | 0.71 | 0.05 | 126.25 | 0.87 | 0.57 |
| Hex | 31 | F1 | 45 | 50 | 0 | 47 | 5 | 7E | 57 | 39 |
| Octal | 61 | 361 | 105 | 120 | 0 | 107 | 5 | 176 | 127 | 71 |
| Binary | 110001 | 11110001 | 1000101 | 1010000 | 0 | 1000111 | 101 | 1111110 | 1010111 | 111001 |
Color Harmonies of #31F145
Complementary color
Monochromatic Colors of #31F145
Black with #31F145
Text Example
Text Example
White with #31F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F145; }
p { color: rgb(49,241,69); }
H1.HeaderClassName
{
color: #31F145;
}
.AnyTagClassName
{
color: #31F145;
}
</style>
background-color css
<style>
a { background-color: #31F145; }
a { background-color: rgb(49,241,69); }
div.DivClassName
{
background-color: #31F145;
}
.BgClassName
{
background-color: #31F145;
}
</style>
border-color css
<style>
span { border-color: #31F145; }
span { border-color: rgb(49,241,69); }
td.TdClassName
{
border-color: #31F145;
}
.TagClassName
{
border-color: #31F145;
}
</style>