Shades of Lime Green #3AF737
Tints of Lime Green #3AF737
RGB
CMYK
RGB Variations
Color information
#3AF737 (or 0x3AF737) is known color: Lime Green. HEX triplet: 3A, F7 and 37. RGB value is (58,247,55). Sum of RGB (Red+Green+Blue) = 58+247+55=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 247 (96.88% from 255 or 68.61% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF737 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF737 is #C508C8. Grayscale: #A9A9A9. Windows color (decimal): -12912841 or 3667770. OLE color: 3667770.
HSL color Cylindrical-coordinate representation of color #3AF737: hue angle of 119.06º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AF737 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 55 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.03 |
| HSL | 119.06º | 0.92% | 0.59% | - |
| HSV(B) | 119.06º | 0.78% | 0.97% | - |
| XYZ | 35.7 | 67.7 | 14.8 | - |
| YUV | 168.6 | 63.88 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 55 | 0.77 | 0 | 0.78 | 0.03 | 119.06 | 0.92 | 0.59 |
| Hex | 3A | F7 | 37 | 4D | 0 | 4E | 3 | 77 | 5C | 3B |
| Octal | 72 | 367 | 67 | 115 | 0 | 116 | 3 | 167 | 134 | 73 |
| Binary | 111010 | 11110111 | 110111 | 1001101 | 0 | 1001110 | 11 | 1110111 | 1011100 | 111011 |
Color Harmonies of #3AF737
Complementary color
Monochromatic Colors of #3AF737
Black with #3AF737
Text Example
Text Example
White with #3AF737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF737; }
p { color: rgb(58,247,55); }
H1.HeaderClassName
{
color: #3AF737;
}
.AnyTagClassName
{
color: #3AF737;
}
</style>
background-color css
<style>
a { background-color: #3AF737; }
a { background-color: rgb(58,247,55); }
div.DivClassName
{
background-color: #3AF737;
}
.BgClassName
{
background-color: #3AF737;
}
</style>
border-color css
<style>
span { border-color: #3AF737; }
span { border-color: rgb(58,247,55); }
td.TdClassName
{
border-color: #3AF737;
}
.TagClassName
{
border-color: #3AF737;
}
</style>