Shades of Lime Green #3AF049
Tints of Lime Green #3AF049
RGB
CMYK
RGB Variations
Color information
#3AF049 (or 0x3AF049) is known color: Lime Green. HEX triplet: 3A, F0 and 49. RGB value is (58,240,73). Sum of RGB (Red+Green+Blue) = 58+240+73=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF049 is #C50FB6. Grayscale: #A7A7A7. Windows color (decimal): -12914615 or 4845626. OLE color: 4845626.
HSL color Cylindrical-coordinate representation of color #3AF049: hue angle of 124.95º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF049 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 73 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.06 |
| HSL | 124.95º | 0.86% | 0.58% | - |
| HSV(B) | 124.95º | 0.76% | 0.94% | - |
| XYZ | 34.11 | 63.7 | 16.8 | - |
| YUV | 166.54 | 75.2 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 73 | 0.76 | 0 | 0.70 | 0.06 | 124.95 | 0.86 | 0.58 |
| Hex | 3A | F0 | 49 | 4C | 0 | 46 | 6 | 7D | 56 | 3A |
| Octal | 72 | 360 | 111 | 114 | 0 | 106 | 6 | 175 | 126 | 72 |
| Binary | 111010 | 11110000 | 1001001 | 1001100 | 0 | 1000110 | 110 | 1111101 | 1010110 | 111010 |
Color Harmonies of #3AF049
Complementary color
Monochromatic Colors of #3AF049
Black with #3AF049
Text Example
Text Example
White with #3AF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF049; }
p { color: rgb(58,240,73); }
H1.HeaderClassName
{
color: #3AF049;
}
.AnyTagClassName
{
color: #3AF049;
}
</style>
background-color css
<style>
a { background-color: #3AF049; }
a { background-color: rgb(58,240,73); }
div.DivClassName
{
background-color: #3AF049;
}
.BgClassName
{
background-color: #3AF049;
}
</style>
border-color css
<style>
span { border-color: #3AF049; }
span { border-color: rgb(58,240,73); }
td.TdClassName
{
border-color: #3AF049;
}
.TagClassName
{
border-color: #3AF049;
}
</style>