Shades of Lime Green #37FA3E
Tints of Lime Green #37FA3E
RGB
CMYK
RGB Variations
Color information
#37FA3E (or 0x37FA3E) is known color: Lime Green. HEX triplet: 37, FA and 3E. RGB value is (55,250,62). Sum of RGB (Red+Green+Blue) = 55+250+62=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FA3E is #C805C1. Grayscale: #AAAAAA. Windows color (decimal): -13108674 or 4127287. OLE color: 4127287.
HSL color Cylindrical-coordinate representation of color #37FA3E: hue angle of 122.15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FA3E is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 62 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.02 |
| HSL | 122.15º | 0.95% | 0.6% | - |
| HSV(B) | 122.15º | 0.78% | 0.98% | - |
| XYZ | 36.63 | 69.53 | 16.05 | - |
| YUV | 170.26 | 66.9 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 62 | 0.78 | 0 | 0.75 | 0.02 | 122.15 | 0.95 | 0.6 |
| Hex | 37 | FA | 3E | 4E | 0 | 4B | 2 | 7A | 5F | 3C |
| Octal | 67 | 372 | 76 | 116 | 0 | 113 | 2 | 172 | 137 | 74 |
| Binary | 110111 | 11111010 | 111110 | 1001110 | 0 | 1001011 | 10 | 1111010 | 1011111 | 111100 |
Color Harmonies of #37FA3E
Complementary color
Monochromatic Colors of #37FA3E
Black with #37FA3E
Text Example
Text Example
White with #37FA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA3E; }
p { color: rgb(55,250,62); }
H1.HeaderClassName
{
color: #37FA3E;
}
.AnyTagClassName
{
color: #37FA3E;
}
</style>
background-color css
<style>
a { background-color: #37FA3E; }
a { background-color: rgb(55,250,62); }
div.DivClassName
{
background-color: #37FA3E;
}
.BgClassName
{
background-color: #37FA3E;
}
</style>
border-color css
<style>
span { border-color: #37FA3E; }
span { border-color: rgb(55,250,62); }
td.TdClassName
{
border-color: #37FA3E;
}
.TagClassName
{
border-color: #37FA3E;
}
</style>