Shades of Lime Green #37F353
Tints of Lime Green #37F353
RGB
CMYK
RGB Variations
Color information
#37F353 (or 0x37F353) is known color: Lime Green. HEX triplet: 37, F3 and 53. RGB value is (55,243,83). Sum of RGB (Red+Green+Blue) = 55+243+83=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #37F353 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37F353 is #C80CAC. Grayscale: #A9A9A9. Windows color (decimal): -13110445 or 5501751. OLE color: 5501751.
HSL color Cylindrical-coordinate representation of color #37F353: hue angle of 128.94º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F353 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 83 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.05 |
| HSL | 128.94º | 0.89% | 0.58% | - |
| HSV(B) | 128.94º | 0.77% | 0.95% | - |
| XYZ | 35.19 | 65.54 | 18.98 | - |
| YUV | 168.55 | 79.72 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 83 | 0.77 | 0 | 0.66 | 0.05 | 128.94 | 0.89 | 0.58 |
| Hex | 37 | F3 | 53 | 4D | 0 | 42 | 5 | 81 | 59 | 3A |
| Octal | 67 | 363 | 123 | 115 | 0 | 102 | 5 | 201 | 131 | 72 |
| Binary | 110111 | 11110011 | 1010011 | 1001101 | 0 | 1000010 | 101 | 10000001 | 1011001 | 111010 |
Color Harmonies of #37F353
Complementary color
Monochromatic Colors of #37F353
Black with #37F353
Text Example
Text Example
White with #37F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F353; }
p { color: rgb(55,243,83); }
H1.HeaderClassName
{
color: #37F353;
}
.AnyTagClassName
{
color: #37F353;
}
</style>
background-color css
<style>
a { background-color: #37F353; }
a { background-color: rgb(55,243,83); }
div.DivClassName
{
background-color: #37F353;
}
.BgClassName
{
background-color: #37F353;
}
</style>
border-color css
<style>
span { border-color: #37F353; }
span { border-color: rgb(55,243,83); }
td.TdClassName
{
border-color: #37F353;
}
.TagClassName
{
border-color: #37F353;
}
</style>