Shades of Lime Green #37F93D
Tints of Lime Green #37F93D
RGB
CMYK
RGB Variations
Color information
#37F93D (or 0x37F93D) is known color: Lime Green. HEX triplet: 37, F9 and 3D. RGB value is (55,249,61). Sum of RGB (Red+Green+Blue) = 55+249+61=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #37F93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F93D is #C806C2. Grayscale: #AAAAAA. Windows color (decimal): -13108931 or 4061495. OLE color: 4061495.
HSL color Cylindrical-coordinate representation of color #37F93D: hue angle of 121.86º degrees, saturation: 0.94, 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 #37F93D is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 249 | 61 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.02 |
| HSL | 121.86º | 0.94% | 0.6% | - |
| HSV(B) | 121.86º | 0.78% | 0.98% | - |
| XYZ | 36.29 | 68.9 | 15.8 | - |
| YUV | 169.56 | 66.73 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 249 | 61 | 0.78 | 0 | 0.76 | 0.02 | 121.86 | 0.94 | 0.6 |
| Hex | 37 | F9 | 3D | 4E | 0 | 4C | 2 | 7A | 5E | 3C |
| Octal | 67 | 371 | 75 | 116 | 0 | 114 | 2 | 172 | 136 | 74 |
| Binary | 110111 | 11111001 | 111101 | 1001110 | 0 | 1001100 | 10 | 1111010 | 1011110 | 111100 |
Color Harmonies of #37F93D
Complementary color
Monochromatic Colors of #37F93D
Black with #37F93D
Text Example
Text Example
White with #37F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F93D; }
p { color: rgb(55,249,61); }
H1.HeaderClassName
{
color: #37F93D;
}
.AnyTagClassName
{
color: #37F93D;
}
</style>
background-color css
<style>
a { background-color: #37F93D; }
a { background-color: rgb(55,249,61); }
div.DivClassName
{
background-color: #37F93D;
}
.BgClassName
{
background-color: #37F93D;
}
</style>
border-color css
<style>
span { border-color: #37F93D; }
span { border-color: rgb(55,249,61); }
td.TdClassName
{
border-color: #37F93D;
}
.TagClassName
{
border-color: #37F93D;
}
</style>