Shades of Lime Green #3AEF40
Tints of Lime Green #3AEF40
RGB
CMYK
RGB Variations
Color information
#3AEF40 (or 0x3AEF40) is known color: Lime Green. HEX triplet: 3A, EF and 40. RGB value is (58,239,64). Sum of RGB (Red+Green+Blue) = 58+239+64=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 239 (93.75% from 255 or 66.20% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEF40 is #C510BF. Grayscale: #A5A5A5. Windows color (decimal): -12914880 or 4255546. OLE color: 4255546.
HSL color Cylindrical-coordinate representation of color #3AEF40: hue angle of 121.99º degrees, saturation: 0.85, 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 #3AEF40 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 239 | 64 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.06 |
| HSL | 121.99º | 0.85% | 0.58% | - |
| HSV(B) | 121.99º | 0.76% | 0.94% | - |
| XYZ | 33.54 | 63 | 15.24 | - |
| YUV | 164.93 | 71.03 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 239 | 64 | 0.76 | 0 | 0.73 | 0.06 | 121.99 | 0.85 | 0.58 |
| Hex | 3A | EF | 40 | 4C | 0 | 49 | 6 | 7A | 55 | 3A |
| Octal | 72 | 357 | 100 | 114 | 0 | 111 | 6 | 172 | 125 | 72 |
| Binary | 111010 | 11101111 | 1000000 | 1001100 | 0 | 1001001 | 110 | 1111010 | 1010101 | 111010 |
Color Harmonies of #3AEF40
Complementary color
Monochromatic Colors of #3AEF40
Black with #3AEF40
Text Example
Text Example
White with #3AEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEF40; }
p { color: rgb(58,239,64); }
H1.HeaderClassName
{
color: #3AEF40;
}
.AnyTagClassName
{
color: #3AEF40;
}
</style>
background-color css
<style>
a { background-color: #3AEF40; }
a { background-color: rgb(58,239,64); }
div.DivClassName
{
background-color: #3AEF40;
}
.BgClassName
{
background-color: #3AEF40;
}
</style>
border-color css
<style>
span { border-color: #3AEF40; }
span { border-color: rgb(58,239,64); }
td.TdClassName
{
border-color: #3AEF40;
}
.TagClassName
{
border-color: #3AEF40;
}
</style>