Shades of Lime Green #31E24B
Tints of Lime Green #31E24B
RGB
CMYK
RGB Variations
Color information
#31E24B (or 0x31E24B) is known color: Lime Green. HEX triplet: 31, E2 and 4B. RGB value is (49,226,75). Sum of RGB (Red+Green+Blue) = 49+226+75=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #31E24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E24B is #CE1DB4. Grayscale: #9C9C9C. Windows color (decimal): -13508021 or 4973105. OLE color: 4973105.
HSL color Cylindrical-coordinate representation of color #31E24B: hue angle of 128.81º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E24B is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 75 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.11 |
| HSL | 128.81º | 0.75% | 0.54% | - |
| HSV(B) | 128.81º | 0.78% | 0.89% | - |
| XYZ | 29.73 | 55.55 | 15.81 | - |
| YUV | 155.86 | 82.36 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 75 | 0.78 | 0 | 0.67 | 0.11 | 128.81 | 0.75 | 0.54 |
| Hex | 31 | E2 | 4B | 4E | 0 | 43 | B | 81 | 4B | 36 |
| Octal | 61 | 342 | 113 | 116 | 0 | 103 | 13 | 201 | 113 | 66 |
| Binary | 110001 | 11100010 | 1001011 | 1001110 | 0 | 1000011 | 1011 | 10000001 | 1001011 | 110110 |
Color Harmonies of #31E24B
Complementary color
Monochromatic Colors of #31E24B
Black with #31E24B
Text Example
Text Example
White with #31E24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E24B; }
p { color: rgb(49,226,75); }
H1.HeaderClassName
{
color: #31E24B;
}
.AnyTagClassName
{
color: #31E24B;
}
</style>
background-color css
<style>
a { background-color: #31E24B; }
a { background-color: rgb(49,226,75); }
div.DivClassName
{
background-color: #31E24B;
}
.BgClassName
{
background-color: #31E24B;
}
</style>
border-color css
<style>
span { border-color: #31E24B; }
span { border-color: rgb(49,226,75); }
td.TdClassName
{
border-color: #31E24B;
}
.TagClassName
{
border-color: #31E24B;
}
</style>