Shades of Lime Green #3AF549
Tints of Lime Green #3AF549
RGB
CMYK
RGB Variations
Color information
#3AF549 (or 0x3AF549) is known color: Lime Green. HEX triplet: 3A, F5 and 49. RGB value is (58,245,73). Sum of RGB (Red+Green+Blue) = 58+245+73=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF549 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF549 is #C50AB6. Grayscale: #A9A9A9. Windows color (decimal): -12913335 or 4846906. OLE color: 4846906.
HSL color Cylindrical-coordinate representation of color #3AF549: hue angle of 124.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF549 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 73 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.04 |
| HSL | 124.81º | 0.9% | 0.59% | - |
| HSV(B) | 124.81º | 0.76% | 0.96% | - |
| XYZ | 35.6 | 66.69 | 17.3 | - |
| YUV | 169.48 | 73.55 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 73 | 0.76 | 0 | 0.70 | 0.04 | 124.81 | 0.9 | 0.59 |
| Hex | 3A | F5 | 49 | 4C | 0 | 46 | 4 | 7D | 5A | 3B |
| Octal | 72 | 365 | 111 | 114 | 0 | 106 | 4 | 175 | 132 | 73 |
| Binary | 111010 | 11110101 | 1001001 | 1001100 | 0 | 1000110 | 100 | 1111101 | 1011010 | 111011 |
Color Harmonies of #3AF549
Complementary color
Monochromatic Colors of #3AF549
Black with #3AF549
Text Example
Text Example
White with #3AF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF549; }
p { color: rgb(58,245,73); }
H1.HeaderClassName
{
color: #3AF549;
}
.AnyTagClassName
{
color: #3AF549;
}
</style>
background-color css
<style>
a { background-color: #3AF549; }
a { background-color: rgb(58,245,73); }
div.DivClassName
{
background-color: #3AF549;
}
.BgClassName
{
background-color: #3AF549;
}
</style>
border-color css
<style>
span { border-color: #3AF549; }
span { border-color: rgb(58,245,73); }
td.TdClassName
{
border-color: #3AF549;
}
.TagClassName
{
border-color: #3AF549;
}
</style>