Shades of Lime Green #3AEC2C
Tints of Lime Green #3AEC2C
RGB
CMYK
RGB Variations
Color information
#3AEC2C (or 0x3AEC2C) is known color: Lime Green. HEX triplet: 3A, EC and 2C. RGB value is (58,236,44). Sum of RGB (Red+Green+Blue) = 58+236+44=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEC2C is #C513D3. Grayscale: #A1A1A1. Windows color (decimal): -12915668 or 2944058. OLE color: 2944058.
HSL color Cylindrical-coordinate representation of color #3AEC2C: hue angle of 115.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AEC2C is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 44 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.07 |
| HSL | 115.63º | 0.83% | 0.55% | - |
| HSV(B) | 115.63º | 0.81% | 0.93% | - |
| XYZ | 32.2 | 61.07 | 12.47 | - |
| YUV | 160.89 | 62.03 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 44 | 0.75 | 0 | 0.81 | 0.07 | 115.63 | 0.83 | 0.55 |
| Hex | 3A | EC | 2C | 4B | 0 | 51 | 7 | 74 | 53 | 37 |
| Octal | 72 | 354 | 54 | 113 | 0 | 121 | 7 | 164 | 123 | 67 |
| Binary | 111010 | 11101100 | 101100 | 1001011 | 0 | 1010001 | 111 | 1110100 | 1010011 | 110111 |
Color Harmonies of #3AEC2C
Complementary color
Monochromatic Colors of #3AEC2C
Black with #3AEC2C
Text Example
Text Example
White with #3AEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEC2C; }
p { color: rgb(58,236,44); }
H1.HeaderClassName
{
color: #3AEC2C;
}
.AnyTagClassName
{
color: #3AEC2C;
}
</style>
background-color css
<style>
a { background-color: #3AEC2C; }
a { background-color: rgb(58,236,44); }
div.DivClassName
{
background-color: #3AEC2C;
}
.BgClassName
{
background-color: #3AEC2C;
}
</style>
border-color css
<style>
span { border-color: #3AEC2C; }
span { border-color: rgb(58,236,44); }
td.TdClassName
{
border-color: #3AEC2C;
}
.TagClassName
{
border-color: #3AEC2C;
}
</style>