Shades of Lime Green #31F242
Tints of Lime Green #31F242
RGB
CMYK
RGB Variations
Color information
#31F242 (or 0x31F242) is known color: Lime Green. HEX triplet: 31, F2 and 42. RGB value is (49,242,66). Sum of RGB (Red+Green+Blue) = 49+242+66=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #31F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F242 is #CE0DBD. Grayscale: #A4A4A4. Windows color (decimal): -13503934 or 4387377. OLE color: 4387377.
HSL color Cylindrical-coordinate representation of color #31F242: hue angle of 125.28º degrees, saturation: 0.88, 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 #31F242 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 66 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.05 |
| HSL | 125.29º | 0.88% | 0.57% | - |
| HSV(B) | 125.29º | 0.8% | 0.95% | - |
| XYZ | 34 | 64.55 | 15.82 | - |
| YUV | 164.23 | 72.56 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 66 | 0.80 | 0 | 0.73 | 0.05 | 125.29 | 0.88 | 0.57 |
| Hex | 31 | F2 | 42 | 50 | 0 | 49 | 5 | 7D | 58 | 39 |
| Octal | 61 | 362 | 102 | 120 | 0 | 111 | 5 | 175 | 130 | 71 |
| Binary | 110001 | 11110010 | 1000010 | 1010000 | 0 | 1001001 | 101 | 1111101 | 1011000 | 111001 |
Color Harmonies of #31F242
Complementary color
Monochromatic Colors of #31F242
Black with #31F242
Text Example
Text Example
White with #31F242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F242; }
p { color: rgb(49,242,66); }
H1.HeaderClassName
{
color: #31F242;
}
.AnyTagClassName
{
color: #31F242;
}
</style>
background-color css
<style>
a { background-color: #31F242; }
a { background-color: rgb(49,242,66); }
div.DivClassName
{
background-color: #31F242;
}
.BgClassName
{
background-color: #31F242;
}
</style>
border-color css
<style>
span { border-color: #31F242; }
span { border-color: rgb(49,242,66); }
td.TdClassName
{
border-color: #31F242;
}
.TagClassName
{
border-color: #31F242;
}
</style>