Shades of Lime Green #3AE524
Tints of Lime Green #3AE524
RGB
CMYK
RGB Variations
Color information
#3AE524 (or 0x3AE524) is known color: Lime Green. HEX triplet: 3A, E5 and 24. RGB value is (58,229,36). Sum of RGB (Red+Green+Blue) = 58+229+36=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE524 is #C51ADB. Grayscale: #9C9C9C. Windows color (decimal): -12917468 or 2417978. OLE color: 2417978.
HSL color Cylindrical-coordinate representation of color #3AE524: hue angle of 113.16º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AE524 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 58 | 229 | 36 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.10 |
| HSL | 113.16º | 0.79% | 0.52% | - |
| HSV(B) | 113.16º | 0.84% | 0.9% | - |
| XYZ | 30.08 | 57.07 | 11.1 | - |
| YUV | 155.87 | 60.35 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 229 | 36 | 0.75 | 0 | 0.84 | 0.10 | 113.16 | 0.79 | 0.52 |
| Hex | 3A | E5 | 24 | 4B | 0 | 54 | A | 71 | 4F | 34 |
| Octal | 72 | 345 | 44 | 113 | 0 | 124 | 12 | 161 | 117 | 64 |
| Binary | 111010 | 11100101 | 100100 | 1001011 | 0 | 1010100 | 1010 | 1110001 | 1001111 | 110100 |
Color Harmonies of #3AE524
Complementary color
Monochromatic Colors of #3AE524
Black with #3AE524
Text Example
Text Example
White with #3AE524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE524; }
p { color: rgb(58,229,36); }
H1.HeaderClassName
{
color: #3AE524;
}
.AnyTagClassName
{
color: #3AE524;
}
</style>
background-color css
<style>
a { background-color: #3AE524; }
a { background-color: rgb(58,229,36); }
div.DivClassName
{
background-color: #3AE524;
}
.BgClassName
{
background-color: #3AE524;
}
</style>
border-color css
<style>
span { border-color: #3AE524; }
span { border-color: rgb(58,229,36); }
td.TdClassName
{
border-color: #3AE524;
}
.TagClassName
{
border-color: #3AE524;
}
</style>