Shades of Lime Green #3AF548
Tints of Lime Green #3AF548
RGB
CMYK
RGB Variations
Color information
#3AF548 (or 0x3AF548) is known color: Lime Green. HEX triplet: 3A, F5 and 48. RGB value is (58,245,72). Sum of RGB (Red+Green+Blue) = 58+245+72=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF548 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF548 is #C50AB7. Grayscale: #A9A9A9. Windows color (decimal): -12913336 or 4781370. OLE color: 4781370.
HSL color Cylindrical-coordinate representation of color #3AF548: hue angle of 124.49º 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 #3AF548 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 72 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.04 |
| HSL | 124.49º | 0.9% | 0.59% | - |
| HSV(B) | 124.49º | 0.76% | 0.96% | - |
| XYZ | 35.57 | 66.67 | 17.13 | - |
| YUV | 169.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 72 | 0.76 | 0 | 0.71 | 0.04 | 124.49 | 0.9 | 0.59 |
| Hex | 3A | F5 | 48 | 4C | 0 | 47 | 4 | 7C | 5A | 3B |
| Octal | 72 | 365 | 110 | 114 | 0 | 107 | 4 | 174 | 132 | 73 |
| Binary | 111010 | 11110101 | 1001000 | 1001100 | 0 | 1000111 | 100 | 1111100 | 1011010 | 111011 |
Color Harmonies of #3AF548
Complementary color
Monochromatic Colors of #3AF548
Black with #3AF548
Text Example
Text Example
White with #3AF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF548; }
p { color: rgb(58,245,72); }
H1.HeaderClassName
{
color: #3AF548;
}
.AnyTagClassName
{
color: #3AF548;
}
</style>
background-color css
<style>
a { background-color: #3AF548; }
a { background-color: rgb(58,245,72); }
div.DivClassName
{
background-color: #3AF548;
}
.BgClassName
{
background-color: #3AF548;
}
</style>
border-color css
<style>
span { border-color: #3AF548; }
span { border-color: rgb(58,245,72); }
td.TdClassName
{
border-color: #3AF548;
}
.TagClassName
{
border-color: #3AF548;
}
</style>