Shades of Lime Green #3AF749
Tints of Lime Green #3AF749
RGB
CMYK
RGB Variations
Color information
#3AF749 (or 0x3AF749) is known color: Lime Green. HEX triplet: 3A, F7 and 49. RGB value is (58,247,73). Sum of RGB (Red+Green+Blue) = 58+247+73=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF749 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF749 is #C508B6. Grayscale: #ABABAB. Windows color (decimal): -12912823 or 4847418. OLE color: 4847418.
HSL color Cylindrical-coordinate representation of color #3AF749: hue angle of 124.76º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF749 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 73 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.03 |
| HSL | 124.76º | 0.92% | 0.6% | - |
| HSV(B) | 124.76º | 0.77% | 0.97% | - |
| XYZ | 36.21 | 67.9 | 17.5 | - |
| YUV | 170.65 | 72.88 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 73 | 0.77 | 0 | 0.70 | 0.03 | 124.76 | 0.92 | 0.6 |
| Hex | 3A | F7 | 49 | 4D | 0 | 46 | 3 | 7D | 5C | 3C |
| Octal | 72 | 367 | 111 | 115 | 0 | 106 | 3 | 175 | 134 | 74 |
| Binary | 111010 | 11110111 | 1001001 | 1001101 | 0 | 1000110 | 11 | 1111101 | 1011100 | 111100 |
Color Harmonies of #3AF749
Complementary color
Monochromatic Colors of #3AF749
Black with #3AF749
Text Example
Text Example
White with #3AF749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF749; }
p { color: rgb(58,247,73); }
H1.HeaderClassName
{
color: #3AF749;
}
.AnyTagClassName
{
color: #3AF749;
}
</style>
background-color css
<style>
a { background-color: #3AF749; }
a { background-color: rgb(58,247,73); }
div.DivClassName
{
background-color: #3AF749;
}
.BgClassName
{
background-color: #3AF749;
}
</style>
border-color css
<style>
span { border-color: #3AF749; }
span { border-color: rgb(58,247,73); }
td.TdClassName
{
border-color: #3AF749;
}
.TagClassName
{
border-color: #3AF749;
}
</style>