Shades of Lime Green #3AF82E
Tints of Lime Green #3AF82E
RGB
CMYK
RGB Variations
Color information
#3AF82E (or 0x3AF82E) is known color: Lime Green. HEX triplet: 3A, F8 and 2E. RGB value is (58,248,46). Sum of RGB (Red+Green+Blue) = 58+248+46=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 248 (97.27% from 255 or 70.45% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF82E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF82E is #C507D1. Grayscale: #A8A8A8. Windows color (decimal): -12912594 or 3078202. OLE color: 3078202.
HSL color Cylindrical-coordinate representation of color #3AF82E: hue angle of 116.44º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AF82E is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 46 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.03 |
| HSL | 116.44º | 0.94% | 0.58% | - |
| HSV(B) | 116.44º | 0.81% | 0.97% | - |
| XYZ | 35.81 | 68.23 | 13.87 | - |
| YUV | 168.16 | 59.05 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 46 | 0.77 | 0 | 0.81 | 0.03 | 116.44 | 0.94 | 0.58 |
| Hex | 3A | F8 | 2E | 4D | 0 | 51 | 3 | 74 | 5E | 3A |
| Octal | 72 | 370 | 56 | 115 | 0 | 121 | 3 | 164 | 136 | 72 |
| Binary | 111010 | 11111000 | 101110 | 1001101 | 0 | 1010001 | 11 | 1110100 | 1011110 | 111010 |
Color Harmonies of #3AF82E
Complementary color
Monochromatic Colors of #3AF82E
Black with #3AF82E
Text Example
Text Example
White with #3AF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF82E; }
p { color: rgb(58,248,46); }
H1.HeaderClassName
{
color: #3AF82E;
}
.AnyTagClassName
{
color: #3AF82E;
}
</style>
background-color css
<style>
a { background-color: #3AF82E; }
a { background-color: rgb(58,248,46); }
div.DivClassName
{
background-color: #3AF82E;
}
.BgClassName
{
background-color: #3AF82E;
}
</style>
border-color css
<style>
span { border-color: #3AF82E; }
span { border-color: rgb(58,248,46); }
td.TdClassName
{
border-color: #3AF82E;
}
.TagClassName
{
border-color: #3AF82E;
}
</style>