Shades of Lime Green #37F92A
Tints of Lime Green #37F92A
RGB
CMYK
RGB Variations
Color information
#37F92A (or 0x37F92A) is known color: Lime Green. HEX triplet: 37, F9 and 2A. RGB value is (55,249,42). Sum of RGB (Red+Green+Blue) = 55+249+42=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 249 (97.66% from 255 or 71.97% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 249 - color contains mainly: green. Hex color #37F92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F92A is #C806D5. Grayscale: #A8A8A8. Windows color (decimal): -13108950 or 2816311. OLE color: 2816311.
HSL color Cylindrical-coordinate representation of color #37F92A: hue angle of 116.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37F92A is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 249 | 42 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.02 |
| HSL | 116.23º | 0.95% | 0.57% | - |
| HSV(B) | 116.23º | 0.83% | 0.98% | - |
| XYZ | 35.87 | 68.73 | 13.57 | - |
| YUV | 167.4 | 57.23 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 249 | 42 | 0.78 | 0 | 0.83 | 0.02 | 116.23 | 0.95 | 0.57 |
| Hex | 37 | F9 | 2A | 4E | 0 | 53 | 2 | 74 | 5F | 39 |
| Octal | 67 | 371 | 52 | 116 | 0 | 123 | 2 | 164 | 137 | 71 |
| Binary | 110111 | 11111001 | 101010 | 1001110 | 0 | 1010011 | 10 | 1110100 | 1011111 | 111001 |
Color Harmonies of #37F92A
Complementary color
Monochromatic Colors of #37F92A
Black with #37F92A
Text Example
Text Example
White with #37F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F92A; }
p { color: rgb(55,249,42); }
H1.HeaderClassName
{
color: #37F92A;
}
.AnyTagClassName
{
color: #37F92A;
}
</style>
background-color css
<style>
a { background-color: #37F92A; }
a { background-color: rgb(55,249,42); }
div.DivClassName
{
background-color: #37F92A;
}
.BgClassName
{
background-color: #37F92A;
}
</style>
border-color css
<style>
span { border-color: #37F92A; }
span { border-color: rgb(55,249,42); }
td.TdClassName
{
border-color: #37F92A;
}
.TagClassName
{
border-color: #37F92A;
}
</style>