Shades of Lime Green #37FA2B
Tints of Lime Green #37FA2B
RGB
CMYK
RGB Variations
Color information
#37FA2B (or 0x37FA2B) is known color: Lime Green. HEX triplet: 37, FA and 2B. RGB value is (55,250,43). Sum of RGB (Red+Green+Blue) = 55+250+43=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FA2B is #C805D4. Grayscale: #A8A8A8. Windows color (decimal): -13108693 or 2882103. OLE color: 2882103.
HSL color Cylindrical-coordinate representation of color #37FA2B: hue angle of 116.52º 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 #37FA2B is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 43 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.02 |
| HSL | 116.52º | 0.95% | 0.57% | - |
| HSV(B) | 116.52º | 0.83% | 0.98% | - |
| XYZ | 36.2 | 69.36 | 13.77 | - |
| YUV | 168.1 | 57.4 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 43 | 0.78 | 0 | 0.83 | 0.02 | 116.52 | 0.95 | 0.57 |
| Hex | 37 | FA | 2B | 4E | 0 | 53 | 2 | 75 | 5F | 39 |
| Octal | 67 | 372 | 53 | 116 | 0 | 123 | 2 | 165 | 137 | 71 |
| Binary | 110111 | 11111010 | 101011 | 1001110 | 0 | 1010011 | 10 | 1110101 | 1011111 | 111001 |
Color Harmonies of #37FA2B
Complementary color
Monochromatic Colors of #37FA2B
Black with #37FA2B
Text Example
Text Example
White with #37FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA2B; }
p { color: rgb(55,250,43); }
H1.HeaderClassName
{
color: #37FA2B;
}
.AnyTagClassName
{
color: #37FA2B;
}
</style>
background-color css
<style>
a { background-color: #37FA2B; }
a { background-color: rgb(55,250,43); }
div.DivClassName
{
background-color: #37FA2B;
}
.BgClassName
{
background-color: #37FA2B;
}
</style>
border-color css
<style>
span { border-color: #37FA2B; }
span { border-color: rgb(55,250,43); }
td.TdClassName
{
border-color: #37FA2B;
}
.TagClassName
{
border-color: #37FA2B;
}
</style>