Shades of Lime Green #3AEE25
Tints of Lime Green #3AEE25
RGB
CMYK
RGB Variations
Color information
#3AEE25 (or 0x3AEE25) is known color: Lime Green. HEX triplet: 3A, EE and 25. RGB value is (58,238,37). Sum of RGB (Red+Green+Blue) = 58+238+37=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 238 (93.36% from 255 or 71.47% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEE25 is #C511DA. Grayscale: #A1A1A1. Windows color (decimal): -12915163 or 2485818. OLE color: 2485818.
HSL color Cylindrical-coordinate representation of color #3AEE25: hue angle of 113.73º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AEE25 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 37 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.07 |
| HSL | 113.73º | 0.86% | 0.54% | - |
| HSV(B) | 113.73º | 0.84% | 0.93% | - |
| XYZ | 32.65 | 62.18 | 12.03 | - |
| YUV | 161.27 | 57.87 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 37 | 0.76 | 0 | 0.84 | 0.07 | 113.73 | 0.86 | 0.54 |
| Hex | 3A | EE | 25 | 4C | 0 | 54 | 7 | 72 | 56 | 36 |
| Octal | 72 | 356 | 45 | 114 | 0 | 124 | 7 | 162 | 126 | 66 |
| Binary | 111010 | 11101110 | 100101 | 1001100 | 0 | 1010100 | 111 | 1110010 | 1010110 | 110110 |
Color Harmonies of #3AEE25
Complementary color
Monochromatic Colors of #3AEE25
Black with #3AEE25
Text Example
Text Example
White with #3AEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE25; }
p { color: rgb(58,238,37); }
H1.HeaderClassName
{
color: #3AEE25;
}
.AnyTagClassName
{
color: #3AEE25;
}
</style>
background-color css
<style>
a { background-color: #3AEE25; }
a { background-color: rgb(58,238,37); }
div.DivClassName
{
background-color: #3AEE25;
}
.BgClassName
{
background-color: #3AEE25;
}
</style>
border-color css
<style>
span { border-color: #3AEE25; }
span { border-color: rgb(58,238,37); }
td.TdClassName
{
border-color: #3AEE25;
}
.TagClassName
{
border-color: #3AEE25;
}
</style>