Shades of Lime Green #37F33A
Tints of Lime Green #37F33A
RGB
CMYK
RGB Variations
Color information
#37F33A (or 0x37F33A) is known color: Lime Green. HEX triplet: 37, F3 and 3A. RGB value is (55,243,58). Sum of RGB (Red+Green+Blue) = 55+243+58=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #37F33A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F33A is #C80CC5. Grayscale: #A6A6A6. Windows color (decimal): -13110470 or 3863351. OLE color: 3863351.
HSL color Cylindrical-coordinate representation of color #37F33A: hue angle of 120.96º 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 #37F33A is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 58 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.05 |
| HSL | 120.96º | 0.89% | 0.58% | - |
| HSV(B) | 120.96º | 0.77% | 0.95% | - |
| XYZ | 34.39 | 65.22 | 14.78 | - |
| YUV | 165.7 | 67.22 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 58 | 0.77 | 0 | 0.76 | 0.05 | 120.96 | 0.89 | 0.58 |
| Hex | 37 | F3 | 3A | 4D | 0 | 4C | 5 | 79 | 59 | 3A |
| Octal | 67 | 363 | 72 | 115 | 0 | 114 | 5 | 171 | 131 | 72 |
| Binary | 110111 | 11110011 | 111010 | 1001101 | 0 | 1001100 | 101 | 1111001 | 1011001 | 111010 |
Color Harmonies of #37F33A
Complementary color
Monochromatic Colors of #37F33A
Black with #37F33A
Text Example
Text Example
White with #37F33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F33A; }
p { color: rgb(55,243,58); }
H1.HeaderClassName
{
color: #37F33A;
}
.AnyTagClassName
{
color: #37F33A;
}
</style>
background-color css
<style>
a { background-color: #37F33A; }
a { background-color: rgb(55,243,58); }
div.DivClassName
{
background-color: #37F33A;
}
.BgClassName
{
background-color: #37F33A;
}
</style>
border-color css
<style>
span { border-color: #37F33A; }
span { border-color: rgb(55,243,58); }
td.TdClassName
{
border-color: #37F33A;
}
.TagClassName
{
border-color: #37F33A;
}
</style>