Shades of Lime Green #3AEC28
Tints of Lime Green #3AEC28
RGB
CMYK
RGB Variations
Color information
#3AEC28 (or 0x3AEC28) is known color: Lime Green. HEX triplet: 3A, EC and 28. RGB value is (58,236,40). Sum of RGB (Red+Green+Blue) = 58+236+40=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEC28 is #C513D7. Grayscale: #A1A1A1. Windows color (decimal): -12915672 or 2681914. OLE color: 2681914.
HSL color Cylindrical-coordinate representation of color #3AEC28: hue angle of 114.49º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AEC28 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 40 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.07 |
| HSL | 114.49º | 0.84% | 0.54% | - |
| HSV(B) | 114.49º | 0.83% | 0.93% | - |
| XYZ | 32.12 | 61.04 | 12.1 | - |
| YUV | 160.43 | 60.03 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 40 | 0.75 | 0 | 0.83 | 0.07 | 114.49 | 0.84 | 0.54 |
| Hex | 3A | EC | 28 | 4B | 0 | 53 | 7 | 72 | 54 | 36 |
| Octal | 72 | 354 | 50 | 113 | 0 | 123 | 7 | 162 | 124 | 66 |
| Binary | 111010 | 11101100 | 101000 | 1001011 | 0 | 1010011 | 111 | 1110010 | 1010100 | 110110 |
Color Harmonies of #3AEC28
Complementary color
Monochromatic Colors of #3AEC28
Black with #3AEC28
Text Example
Text Example
White with #3AEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEC28; }
p { color: rgb(58,236,40); }
H1.HeaderClassName
{
color: #3AEC28;
}
.AnyTagClassName
{
color: #3AEC28;
}
</style>
background-color css
<style>
a { background-color: #3AEC28; }
a { background-color: rgb(58,236,40); }
div.DivClassName
{
background-color: #3AEC28;
}
.BgClassName
{
background-color: #3AEC28;
}
</style>
border-color css
<style>
span { border-color: #3AEC28; }
span { border-color: rgb(58,236,40); }
td.TdClassName
{
border-color: #3AEC28;
}
.TagClassName
{
border-color: #3AEC28;
}
</style>