Shades of Lime Green #3AE325
Tints of Lime Green #3AE325
RGB
CMYK
RGB Variations
Color information
#3AE325 (or 0x3AE325) is known color: Lime Green. HEX triplet: 3A, E3 and 25. RGB value is (58,227,37). Sum of RGB (Red+Green+Blue) = 58+227+37=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 227 (89.06% from 255 or 70.50% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE325 is #C51CDA. Grayscale: #9B9B9B. Windows color (decimal): -12917979 or 2483002. OLE color: 2483002.
HSL color Cylindrical-coordinate representation of color #3AE325: hue angle of 113.37º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AE325 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 227 | 37 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.11 |
| HSL | 113.37º | 0.77% | 0.52% | - |
| HSV(B) | 113.37º | 0.84% | 0.89% | - |
| XYZ | 29.55 | 55.97 | 11 | - |
| YUV | 154.81 | 61.51 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 227 | 37 | 0.74 | 0 | 0.84 | 0.11 | 113.37 | 0.77 | 0.52 |
| Hex | 3A | E3 | 25 | 4A | 0 | 54 | B | 71 | 4D | 34 |
| Octal | 72 | 343 | 45 | 112 | 0 | 124 | 13 | 161 | 115 | 64 |
| Binary | 111010 | 11100011 | 100101 | 1001010 | 0 | 1010100 | 1011 | 1110001 | 1001101 | 110100 |
Color Harmonies of #3AE325
Complementary color
Monochromatic Colors of #3AE325
Black with #3AE325
Text Example
Text Example
White with #3AE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE325; }
p { color: rgb(58,227,37); }
H1.HeaderClassName
{
color: #3AE325;
}
.AnyTagClassName
{
color: #3AE325;
}
</style>
background-color css
<style>
a { background-color: #3AE325; }
a { background-color: rgb(58,227,37); }
div.DivClassName
{
background-color: #3AE325;
}
.BgClassName
{
background-color: #3AE325;
}
</style>
border-color css
<style>
span { border-color: #3AE325; }
span { border-color: rgb(58,227,37); }
td.TdClassName
{
border-color: #3AE325;
}
.TagClassName
{
border-color: #3AE325;
}
</style>