Shades of Lime Green #31FA30
Tints of Lime Green #31FA30
RGB
CMYK
RGB Variations
Color information
#31FA30 (or 0x31FA30) is known color: Lime Green. HEX triplet: 31, FA and 30. RGB value is (49,250,48). Sum of RGB (Red+Green+Blue) = 49+250+48=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FA30 is #CE05CF. Grayscale: #A7A7A7. Windows color (decimal): -13501904 or 3209777. OLE color: 3209777.
HSL color Cylindrical-coordinate representation of color #31FA30: hue angle of 119.7º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FA30 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 48 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.02 |
| HSL | 119.7º | 0.95% | 0.58% | - |
| HSV(B) | 119.7º | 0.81% | 0.98% | - |
| XYZ | 35.99 | 69.24 | 14.26 | - |
| YUV | 166.87 | 60.91 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 48 | 0.80 | 0 | 0.81 | 0.02 | 119.7 | 0.95 | 0.58 |
| Hex | 31 | FA | 30 | 50 | 0 | 51 | 2 | 78 | 5F | 3A |
| Octal | 61 | 372 | 60 | 120 | 0 | 121 | 2 | 170 | 137 | 72 |
| Binary | 110001 | 11111010 | 110000 | 1010000 | 0 | 1010001 | 10 | 1111000 | 1011111 | 111010 |
Color Harmonies of #31FA30
Complementary color
Monochromatic Colors of #31FA30
Black with #31FA30
Text Example
Text Example
White with #31FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA30; }
p { color: rgb(49,250,48); }
H1.HeaderClassName
{
color: #31FA30;
}
.AnyTagClassName
{
color: #31FA30;
}
</style>
background-color css
<style>
a { background-color: #31FA30; }
a { background-color: rgb(49,250,48); }
div.DivClassName
{
background-color: #31FA30;
}
.BgClassName
{
background-color: #31FA30;
}
</style>
border-color css
<style>
span { border-color: #31FA30; }
span { border-color: rgb(49,250,48); }
td.TdClassName
{
border-color: #31FA30;
}
.TagClassName
{
border-color: #31FA30;
}
</style>