Shades of Lime Green #31FA42
Tints of Lime Green #31FA42
RGB
CMYK
RGB Variations
Color information
#31FA42 (or 0x31FA42) is known color: Lime Green. HEX triplet: 31, FA and 42. RGB value is (49,250,66). Sum of RGB (Red+Green+Blue) = 49+250+66=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FA42 is #CE05BD. Grayscale: #A9A9A9. Windows color (decimal): -13501886 or 4389425. OLE color: 4389425.
HSL color Cylindrical-coordinate representation of color #31FA42: hue angle of 125.07º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FA42 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 66 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.02 |
| HSL | 125.07º | 0.95% | 0.59% | - |
| HSV(B) | 125.07º | 0.8% | 0.98% | - |
| XYZ | 36.44 | 69.42 | 16.63 | - |
| YUV | 168.93 | 69.91 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 66 | 0.80 | 0 | 0.74 | 0.02 | 125.07 | 0.95 | 0.59 |
| Hex | 31 | FA | 42 | 50 | 0 | 4A | 2 | 7D | 5F | 3B |
| Octal | 61 | 372 | 102 | 120 | 0 | 112 | 2 | 175 | 137 | 73 |
| Binary | 110001 | 11111010 | 1000010 | 1010000 | 0 | 1001010 | 10 | 1111101 | 1011111 | 111011 |
Color Harmonies of #31FA42
Complementary color
Monochromatic Colors of #31FA42
Black with #31FA42
Text Example
Text Example
White with #31FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA42; }
p { color: rgb(49,250,66); }
H1.HeaderClassName
{
color: #31FA42;
}
.AnyTagClassName
{
color: #31FA42;
}
</style>
background-color css
<style>
a { background-color: #31FA42; }
a { background-color: rgb(49,250,66); }
div.DivClassName
{
background-color: #31FA42;
}
.BgClassName
{
background-color: #31FA42;
}
</style>
border-color css
<style>
span { border-color: #31FA42; }
span { border-color: rgb(49,250,66); }
td.TdClassName
{
border-color: #31FA42;
}
.TagClassName
{
border-color: #31FA42;
}
</style>