Shades of Lime Green #31EF2A
Tints of Lime Green #31EF2A
RGB
CMYK
RGB Variations
Color information
#31EF2A (or 0x31EF2A) is known color: Lime Green. HEX triplet: 31, EF and 2A. RGB value is (49,239,42). Sum of RGB (Red+Green+Blue) = 49+239+42=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #31EF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EF2A is #CE10D5. Grayscale: #A0A0A0. Windows color (decimal): -13504726 or 2813745. OLE color: 2813745.
HSL color Cylindrical-coordinate representation of color #31EF2A: hue angle of 117.87º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31EF2A is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 239 | 42 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.06 |
| HSL | 117.87º | 0.86% | 0.55% | - |
| HSV(B) | 117.87º | 0.82% | 0.94% | - |
| XYZ | 32.55 | 62.55 | 12.55 | - |
| YUV | 159.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 42 | 0.79 | 0 | 0.82 | 0.06 | 117.87 | 0.86 | 0.55 |
| Hex | 31 | EF | 2A | 4F | 0 | 52 | 6 | 76 | 56 | 37 |
| Octal | 61 | 357 | 52 | 117 | 0 | 122 | 6 | 166 | 126 | 67 |
| Binary | 110001 | 11101111 | 101010 | 1001111 | 0 | 1010010 | 110 | 1110110 | 1010110 | 110111 |
Color Harmonies of #31EF2A
Complementary color
Monochromatic Colors of #31EF2A
Black with #31EF2A
Text Example
Text Example
White with #31EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EF2A; }
p { color: rgb(49,239,42); }
H1.HeaderClassName
{
color: #31EF2A;
}
.AnyTagClassName
{
color: #31EF2A;
}
</style>
background-color css
<style>
a { background-color: #31EF2A; }
a { background-color: rgb(49,239,42); }
div.DivClassName
{
background-color: #31EF2A;
}
.BgClassName
{
background-color: #31EF2A;
}
</style>
border-color css
<style>
span { border-color: #31EF2A; }
span { border-color: rgb(49,239,42); }
td.TdClassName
{
border-color: #31EF2A;
}
.TagClassName
{
border-color: #31EF2A;
}
</style>