Shades of Lime Green #3AF04D
Tints of Lime Green #3AF04D
RGB
CMYK
RGB Variations
Color information
#3AF04D (or 0x3AF04D) is known color: Lime Green. HEX triplet: 3A, F0 and 4D. RGB value is (58,240,77). Sum of RGB (Red+Green+Blue) = 58+240+77=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF04D is #C50FB2. Grayscale: #A7A7A7. Windows color (decimal): -12914611 or 5107770. OLE color: 5107770.
HSL color Cylindrical-coordinate representation of color #3AF04D: hue angle of 126.26º 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 #3AF04D is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 77 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.06 |
| HSL | 126.26º | 0.86% | 0.58% | - |
| HSV(B) | 126.26º | 0.76% | 0.94% | - |
| XYZ | 34.24 | 63.76 | 17.52 | - |
| YUV | 167 | 77.2 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 77 | 0.76 | 0 | 0.68 | 0.06 | 126.26 | 0.86 | 0.58 |
| Hex | 3A | F0 | 4D | 4C | 0 | 44 | 6 | 7E | 56 | 3A |
| Octal | 72 | 360 | 115 | 114 | 0 | 104 | 6 | 176 | 126 | 72 |
| Binary | 111010 | 11110000 | 1001101 | 1001100 | 0 | 1000100 | 110 | 1111110 | 1010110 | 111010 |
Color Harmonies of #3AF04D
Complementary color
Monochromatic Colors of #3AF04D
Black with #3AF04D
Text Example
Text Example
White with #3AF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF04D; }
p { color: rgb(58,240,77); }
H1.HeaderClassName
{
color: #3AF04D;
}
.AnyTagClassName
{
color: #3AF04D;
}
</style>
background-color css
<style>
a { background-color: #3AF04D; }
a { background-color: rgb(58,240,77); }
div.DivClassName
{
background-color: #3AF04D;
}
.BgClassName
{
background-color: #3AF04D;
}
</style>
border-color css
<style>
span { border-color: #3AF04D; }
span { border-color: rgb(58,240,77); }
td.TdClassName
{
border-color: #3AF04D;
}
.TagClassName
{
border-color: #3AF04D;
}
</style>