Shades of Lime Green #31EF42
Tints of Lime Green #31EF42
RGB
CMYK
RGB Variations
Color information
#31EF42 (or 0x31EF42) is known color: Lime Green. HEX triplet: 31, EF and 42. RGB value is (49,239,66). Sum of RGB (Red+Green+Blue) = 49+239+66=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 239 (93.75% from 255 or 67.51% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EF42 is #CE10BD. Grayscale: #A2A2A2. Windows color (decimal): -13504702 or 4386609. OLE color: 4386609.
HSL color Cylindrical-coordinate representation of color #31EF42: hue angle of 125.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EF42 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 66 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.06 |
| HSL | 125.37º | 0.86% | 0.56% | - |
| HSV(B) | 125.37º | 0.79% | 0.94% | - |
| XYZ | 33.12 | 62.78 | 15.53 | - |
| YUV | 162.47 | 73.55 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 66 | 0.79 | 0 | 0.72 | 0.06 | 125.37 | 0.86 | 0.56 |
| Hex | 31 | EF | 42 | 4F | 0 | 48 | 6 | 7D | 56 | 38 |
| Octal | 61 | 357 | 102 | 117 | 0 | 110 | 6 | 175 | 126 | 70 |
| Binary | 110001 | 11101111 | 1000010 | 1001111 | 0 | 1001000 | 110 | 1111101 | 1010110 | 111000 |
Color Harmonies of #31EF42
Complementary color
Monochromatic Colors of #31EF42
Black with #31EF42
Text Example
Text Example
White with #31EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EF42; }
p { color: rgb(49,239,66); }
H1.HeaderClassName
{
color: #31EF42;
}
.AnyTagClassName
{
color: #31EF42;
}
</style>
background-color css
<style>
a { background-color: #31EF42; }
a { background-color: rgb(49,239,66); }
div.DivClassName
{
background-color: #31EF42;
}
.BgClassName
{
background-color: #31EF42;
}
</style>
border-color css
<style>
span { border-color: #31EF42; }
span { border-color: rgb(49,239,66); }
td.TdClassName
{
border-color: #31EF42;
}
.TagClassName
{
border-color: #31EF42;
}
</style>