Shades of Lime Green #3AC825
Tints of Lime Green #3AC825
RGB
CMYK
RGB Variations
Color information
#3AC825 (or 0x3AC825) is known color: Lime Green. HEX triplet: 3A, C8 and 25. RGB value is (58,200,37). Sum of RGB (Red+Green+Blue) = 58+200+37=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC825 is #C537DA. Grayscale: #8B8B8B. Windows color (decimal): -12924891 or 2476090. OLE color: 2476090.
HSL color Cylindrical-coordinate representation of color #3AC825: hue angle of 112.27º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AC825 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 37 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.22 |
| HSL | 112.27º | 0.69% | 0.46% | - |
| HSV(B) | 112.27º | 0.82% | 0.78% | - |
| XYZ | 22.73 | 42.34 | 8.72 | - |
| YUV | 138.96 | 70.46 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 37 | 0.71 | 0 | 0.82 | 0.22 | 112.27 | 0.69 | 0.46 |
| Hex | 3A | C8 | 25 | 47 | 0 | 52 | 16 | 70 | 45 | 2E |
| Octal | 72 | 310 | 45 | 107 | 0 | 122 | 26 | 160 | 105 | 56 |
| Binary | 111010 | 11001000 | 100101 | 1000111 | 0 | 1010010 | 10110 | 1110000 | 1000101 | 101110 |
Color Harmonies of #3AC825
Complementary color
Monochromatic Colors of #3AC825
Black with #3AC825
Text Example
Text Example
White with #3AC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC825; }
p { color: rgb(58,200,37); }
H1.HeaderClassName
{
color: #3AC825;
}
.AnyTagClassName
{
color: #3AC825;
}
</style>
background-color css
<style>
a { background-color: #3AC825; }
a { background-color: rgb(58,200,37); }
div.DivClassName
{
background-color: #3AC825;
}
.BgClassName
{
background-color: #3AC825;
}
</style>
border-color css
<style>
span { border-color: #3AC825; }
span { border-color: rgb(58,200,37); }
td.TdClassName
{
border-color: #3AC825;
}
.TagClassName
{
border-color: #3AC825;
}
</style>