Shades of Lime Green #37FA30
Tints of Lime Green #37FA30
RGB
CMYK
RGB Variations
Color information
#37FA30 (or 0x37FA30) is known color: Lime Green. HEX triplet: 37, FA and 30. RGB value is (55,250,48). Sum of RGB (Red+Green+Blue) = 55+250+48=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FA30 is #C805CF. Grayscale: #A9A9A9. Windows color (decimal): -13108688 or 3209783. OLE color: 3209783.
HSL color Cylindrical-coordinate representation of color #37FA30: hue angle of 117.92º 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 #37FA30 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 48 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.02 |
| HSL | 117.92º | 0.95% | 0.58% | - |
| HSV(B) | 117.92º | 0.81% | 0.98% | - |
| XYZ | 36.29 | 69.4 | 14.28 | - |
| YUV | 168.67 | 59.9 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 48 | 0.78 | 0 | 0.81 | 0.02 | 117.92 | 0.95 | 0.58 |
| Hex | 37 | FA | 30 | 4E | 0 | 51 | 2 | 76 | 5F | 3A |
| Octal | 67 | 372 | 60 | 116 | 0 | 121 | 2 | 166 | 137 | 72 |
| Binary | 110111 | 11111010 | 110000 | 1001110 | 0 | 1010001 | 10 | 1110110 | 1011111 | 111010 |
Color Harmonies of #37FA30
Complementary color
Monochromatic Colors of #37FA30
Black with #37FA30
Text Example
Text Example
White with #37FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA30; }
p { color: rgb(55,250,48); }
H1.HeaderClassName
{
color: #37FA30;
}
.AnyTagClassName
{
color: #37FA30;
}
</style>
background-color css
<style>
a { background-color: #37FA30; }
a { background-color: rgb(55,250,48); }
div.DivClassName
{
background-color: #37FA30;
}
.BgClassName
{
background-color: #37FA30;
}
</style>
border-color css
<style>
span { border-color: #37FA30; }
span { border-color: rgb(55,250,48); }
td.TdClassName
{
border-color: #37FA30;
}
.TagClassName
{
border-color: #37FA30;
}
</style>