Shades of Lime Green #37FA2F
Tints of Lime Green #37FA2F
RGB
CMYK
RGB Variations
Color information
#37FA2F (or 0x37FA2F) is known color: Lime Green. HEX triplet: 37, FA and 2F. RGB value is (55,250,47). Sum of RGB (Red+Green+Blue) = 55+250+47=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 250 (98.05% from 255 or 71.02% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FA2F is #C805D0. Grayscale: #A9A9A9. Windows color (decimal): -13108689 or 3144247. OLE color: 3144247.
HSL color Cylindrical-coordinate representation of color #37FA2F: hue angle of 117.64º 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 #37FA2F is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 47 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.02 |
| HSL | 117.64º | 0.95% | 0.58% | - |
| HSV(B) | 117.64º | 0.81% | 0.98% | - |
| XYZ | 36.27 | 69.39 | 14.17 | - |
| YUV | 168.55 | 59.4 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 47 | 0.78 | 0 | 0.81 | 0.02 | 117.64 | 0.95 | 0.58 |
| Hex | 37 | FA | 2F | 4E | 0 | 51 | 2 | 76 | 5F | 3A |
| Octal | 67 | 372 | 57 | 116 | 0 | 121 | 2 | 166 | 137 | 72 |
| Binary | 110111 | 11111010 | 101111 | 1001110 | 0 | 1010001 | 10 | 1110110 | 1011111 | 111010 |
Color Harmonies of #37FA2F
Complementary color
Monochromatic Colors of #37FA2F
Black with #37FA2F
Text Example
Text Example
White with #37FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA2F; }
p { color: rgb(55,250,47); }
H1.HeaderClassName
{
color: #37FA2F;
}
.AnyTagClassName
{
color: #37FA2F;
}
</style>
background-color css
<style>
a { background-color: #37FA2F; }
a { background-color: rgb(55,250,47); }
div.DivClassName
{
background-color: #37FA2F;
}
.BgClassName
{
background-color: #37FA2F;
}
</style>
border-color css
<style>
span { border-color: #37FA2F; }
span { border-color: rgb(55,250,47); }
td.TdClassName
{
border-color: #37FA2F;
}
.TagClassName
{
border-color: #37FA2F;
}
</style>