Shades of Lime Green #37F92D
Tints of Lime Green #37F92D
RGB
CMYK
RGB Variations
Color information
#37F92D (or 0x37F92D) is known color: Lime Green. HEX triplet: 37, F9 and 2D. RGB value is (55,249,45). Sum of RGB (Red+Green+Blue) = 55+249+45=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 249 (97.66% from 255 or 71.35% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 249 - color contains mainly: green. Hex color #37F92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F92D is #C806D2. Grayscale: #A8A8A8. Windows color (decimal): -13108947 or 3012919. OLE color: 3012919.
HSL color Cylindrical-coordinate representation of color #37F92D: hue angle of 117.06º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37F92D is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 249 | 45 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.02 |
| HSL | 117.06º | 0.94% | 0.58% | - |
| HSV(B) | 117.06º | 0.82% | 0.98% | - |
| XYZ | 35.92 | 68.75 | 13.86 | - |
| YUV | 167.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 249 | 45 | 0.78 | 0 | 0.82 | 0.02 | 117.06 | 0.94 | 0.58 |
| Hex | 37 | F9 | 2D | 4E | 0 | 52 | 2 | 75 | 5E | 3A |
| Octal | 67 | 371 | 55 | 116 | 0 | 122 | 2 | 165 | 136 | 72 |
| Binary | 110111 | 11111001 | 101101 | 1001110 | 0 | 1010010 | 10 | 1110101 | 1011110 | 111010 |
Color Harmonies of #37F92D
Complementary color
Monochromatic Colors of #37F92D
Black with #37F92D
Text Example
Text Example
White with #37F92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F92D; }
p { color: rgb(55,249,45); }
H1.HeaderClassName
{
color: #37F92D;
}
.AnyTagClassName
{
color: #37F92D;
}
</style>
background-color css
<style>
a { background-color: #37F92D; }
a { background-color: rgb(55,249,45); }
div.DivClassName
{
background-color: #37F92D;
}
.BgClassName
{
background-color: #37F92D;
}
</style>
border-color css
<style>
span { border-color: #37F92D; }
span { border-color: rgb(55,249,45); }
td.TdClassName
{
border-color: #37F92D;
}
.TagClassName
{
border-color: #37F92D;
}
</style>