Shades of Lime Green #31F243
Tints of Lime Green #31F243
RGB
CMYK
RGB Variations
Color information
#31F243 (or 0x31F243) is known color: Lime Green. HEX triplet: 31, F2 and 43. RGB value is (49,242,67). Sum of RGB (Red+Green+Blue) = 49+242+67=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #31F243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F243 is #CE0DBC. Grayscale: #A4A4A4. Windows color (decimal): -13503933 or 4452913. OLE color: 4452913.
HSL color Cylindrical-coordinate representation of color #31F243: hue angle of 125.6º 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 #31F243 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 67 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.05 |
| HSL | 125.6º | 0.88% | 0.57% | - |
| HSV(B) | 125.6º | 0.8% | 0.95% | - |
| XYZ | 34.03 | 64.56 | 15.98 | - |
| YUV | 164.34 | 73.06 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 67 | 0.80 | 0 | 0.72 | 0.05 | 125.6 | 0.88 | 0.57 |
| Hex | 31 | F2 | 43 | 50 | 0 | 48 | 5 | 7E | 58 | 39 |
| Octal | 61 | 362 | 103 | 120 | 0 | 110 | 5 | 176 | 130 | 71 |
| Binary | 110001 | 11110010 | 1000011 | 1010000 | 0 | 1001000 | 101 | 1111110 | 1011000 | 111001 |
Color Harmonies of #31F243
Complementary color
Monochromatic Colors of #31F243
Black with #31F243
Text Example
Text Example
White with #31F243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F243; }
p { color: rgb(49,242,67); }
H1.HeaderClassName
{
color: #31F243;
}
.AnyTagClassName
{
color: #31F243;
}
</style>
background-color css
<style>
a { background-color: #31F243; }
a { background-color: rgb(49,242,67); }
div.DivClassName
{
background-color: #31F243;
}
.BgClassName
{
background-color: #31F243;
}
</style>
border-color css
<style>
span { border-color: #31F243; }
span { border-color: rgb(49,242,67); }
td.TdClassName
{
border-color: #31F243;
}
.TagClassName
{
border-color: #31F243;
}
</style>