Shades of Lime Green #37F23F
Tints of Lime Green #37F23F
RGB
CMYK
RGB Variations
Color information
#37F23F (or 0x37F23F) is known color: Lime Green. HEX triplet: 37, F2 and 3F. RGB value is (55,242,63). Sum of RGB (Red+Green+Blue) = 55+242+63=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #37F23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F23F is #C80DC0. Grayscale: #A6A6A6. Windows color (decimal): -13110721 or 4190775. OLE color: 4190775.
HSL color Cylindrical-coordinate representation of color #37F23F: hue angle of 122.57º degrees, saturation: 0.88, 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 #37F23F is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 63 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.05 |
| HSL | 122.57º | 0.88% | 0.58% | - |
| HSV(B) | 122.57º | 0.77% | 0.95% | - |
| XYZ | 34.22 | 64.68 | 15.38 | - |
| YUV | 165.68 | 70.05 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 63 | 0.77 | 0 | 0.74 | 0.05 | 122.57 | 0.88 | 0.58 |
| Hex | 37 | F2 | 3F | 4D | 0 | 4A | 5 | 7B | 58 | 3A |
| Octal | 67 | 362 | 77 | 115 | 0 | 112 | 5 | 173 | 130 | 72 |
| Binary | 110111 | 11110010 | 111111 | 1001101 | 0 | 1001010 | 101 | 1111011 | 1011000 | 111010 |
Color Harmonies of #37F23F
Complementary color
Monochromatic Colors of #37F23F
Black with #37F23F
Text Example
Text Example
White with #37F23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F23F; }
p { color: rgb(55,242,63); }
H1.HeaderClassName
{
color: #37F23F;
}
.AnyTagClassName
{
color: #37F23F;
}
</style>
background-color css
<style>
a { background-color: #37F23F; }
a { background-color: rgb(55,242,63); }
div.DivClassName
{
background-color: #37F23F;
}
.BgClassName
{
background-color: #37F23F;
}
</style>
border-color css
<style>
span { border-color: #37F23F; }
span { border-color: rgb(55,242,63); }
td.TdClassName
{
border-color: #37F23F;
}
.TagClassName
{
border-color: #37F23F;
}
</style>