Shades of Lime Green #37AF3B
Tints of Lime Green #37AF3B
RGB
CMYK
RGB Variations
Color information
#37AF3B (or 0x37AF3B) is known color: Lime Green. HEX triplet: 37, AF and 3B. RGB value is (55,175,59). Sum of RGB (Red+Green+Blue) = 55+175+59=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #37AF3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AF3B is #C850C4. Grayscale: #7E7E7E. Windows color (decimal): -13127877 or 3911479. OLE color: 3911479.
HSL color Cylindrical-coordinate representation of color #37AF3B: hue angle of 122º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37AF3B is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 175 | 59 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.31 |
| HSL | 122º | 0.52% | 0.45% | - |
| HSV(B) | 122º | 0.69% | 0.69% | - |
| XYZ | 17.69 | 31.79 | 9.34 | - |
| YUV | 125.9 | 90.24 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 175 | 59 | 0.69 | 0 | 0.66 | 0.31 | 122 | 0.52 | 0.45 |
| Hex | 37 | AF | 3B | 45 | 0 | 42 | 1F | 7A | 34 | 2D |
| Octal | 67 | 257 | 73 | 105 | 0 | 102 | 37 | 172 | 64 | 55 |
| Binary | 110111 | 10101111 | 111011 | 1000101 | 0 | 1000010 | 11111 | 1111010 | 110100 | 101101 |
Color Harmonies of #37AF3B
Complementary color
Monochromatic Colors of #37AF3B
Black with #37AF3B
Text Example
Text Example
White with #37AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AF3B; }
p { color: rgb(55,175,59); }
H1.HeaderClassName
{
color: #37AF3B;
}
.AnyTagClassName
{
color: #37AF3B;
}
</style>
background-color css
<style>
a { background-color: #37AF3B; }
a { background-color: rgb(55,175,59); }
div.DivClassName
{
background-color: #37AF3B;
}
.BgClassName
{
background-color: #37AF3B;
}
</style>
border-color css
<style>
span { border-color: #37AF3B; }
span { border-color: rgb(55,175,59); }
td.TdClassName
{
border-color: #37AF3B;
}
.TagClassName
{
border-color: #37AF3B;
}
</style>