Shades of Lime Green #3AC828
Tints of Lime Green #3AC828
RGB
CMYK
RGB Variations
Color information
#3AC828 (or 0x3AC828) is known color: Lime Green. HEX triplet: 3A, C8 and 28. RGB value is (58,200,40). Sum of RGB (Red+Green+Blue) = 58+200+40=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC828 is #C537D7. Grayscale: #8B8B8B. Windows color (decimal): -12924888 or 2672698. OLE color: 2672698.
HSL color Cylindrical-coordinate representation of color #3AC828: hue angle of 113.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC828 is Cyan = 0.71, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 40 | - |
| CMYK | 0.71 | 0 | 0.8 | 0.22 |
| HSL | 113.25º | 0.67% | 0.47% | - |
| HSV(B) | 113.25º | 0.8% | 0.78% | - |
| XYZ | 22.78 | 42.36 | 8.98 | - |
| YUV | 139.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 40 | 0.71 | 0 | 0.8 | 0.22 | 113.25 | 0.67 | 0.47 |
| Hex | 3A | C8 | 28 | 47 | 0 | 50 | 16 | 71 | 43 | 2F |
| Octal | 72 | 310 | 50 | 107 | 0 | 120 | 26 | 161 | 103 | 57 |
| Binary | 111010 | 11001000 | 101000 | 1000111 | 0 | 1010000 | 10110 | 1110001 | 1000011 | 101111 |
Color Harmonies of #3AC828
Complementary color
Monochromatic Colors of #3AC828
Black with #3AC828
Text Example
Text Example
White with #3AC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC828; }
p { color: rgb(58,200,40); }
H1.HeaderClassName
{
color: #3AC828;
}
.AnyTagClassName
{
color: #3AC828;
}
</style>
background-color css
<style>
a { background-color: #3AC828; }
a { background-color: rgb(58,200,40); }
div.DivClassName
{
background-color: #3AC828;
}
.BgClassName
{
background-color: #3AC828;
}
</style>
border-color css
<style>
span { border-color: #3AC828; }
span { border-color: rgb(58,200,40); }
td.TdClassName
{
border-color: #3AC828;
}
.TagClassName
{
border-color: #3AC828;
}
</style>