Shades of Lime Green #37F945
Tints of Lime Green #37F945
RGB
CMYK
RGB Variations
Color information
#37F945 (or 0x37F945) is known color: Lime Green. HEX triplet: 37, F9 and 45. RGB value is (55,249,69). Sum of RGB (Red+Green+Blue) = 55+249+69=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #37F945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F945 is #C806BA. Grayscale: #ABABAB. Windows color (decimal): -13108923 or 4585783. OLE color: 4585783.
HSL color Cylindrical-coordinate representation of color #37F945: hue angle of 124.33º 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 #37F945 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 249 | 69 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.02 |
| HSL | 124.33º | 0.94% | 0.6% | - |
| HSV(B) | 124.33º | 0.78% | 0.98% | - |
| XYZ | 36.53 | 68.99 | 17.02 | - |
| YUV | 170.47 | 70.73 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 249 | 69 | 0.78 | 0 | 0.72 | 0.02 | 124.33 | 0.94 | 0.6 |
| Hex | 37 | F9 | 45 | 4E | 0 | 48 | 2 | 7C | 5E | 3C |
| Octal | 67 | 371 | 105 | 116 | 0 | 110 | 2 | 174 | 136 | 74 |
| Binary | 110111 | 11111001 | 1000101 | 1001110 | 0 | 1001000 | 10 | 1111100 | 1011110 | 111100 |
Color Harmonies of #37F945
Complementary color
Monochromatic Colors of #37F945
Black with #37F945
Text Example
Text Example
White with #37F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F945; }
p { color: rgb(55,249,69); }
H1.HeaderClassName
{
color: #37F945;
}
.AnyTagClassName
{
color: #37F945;
}
</style>
background-color css
<style>
a { background-color: #37F945; }
a { background-color: rgb(55,249,69); }
div.DivClassName
{
background-color: #37F945;
}
.BgClassName
{
background-color: #37F945;
}
</style>
border-color css
<style>
span { border-color: #37F945; }
span { border-color: rgb(55,249,69); }
td.TdClassName
{
border-color: #37F945;
}
.TagClassName
{
border-color: #37F945;
}
</style>