Shades of Lime Green #3AC839
Tints of Lime Green #3AC839
RGB
CMYK
RGB Variations
Color information
#3AC839 (or 0x3AC839) is known color: Lime Green. HEX triplet: 3A, C8 and 39. RGB value is (58,200,57). Sum of RGB (Red+Green+Blue) = 58+200+57=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC839 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC839 is #C537C6. Grayscale: #8D8D8D. Windows color (decimal): -12924871 or 3786810. OLE color: 3786810.
HSL color Cylindrical-coordinate representation of color #3AC839: hue angle of 119.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AC839 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 57 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.22 |
| HSL | 119.58º | 0.57% | 0.5% | - |
| HSV(B) | 119.58º | 0.72% | 0.78% | - |
| XYZ | 23.14 | 42.5 | 10.86 | - |
| YUV | 141.24 | 80.46 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 57 | 0.71 | 0 | 0.72 | 0.22 | 119.58 | 0.57 | 0.5 |
| Hex | 3A | C8 | 39 | 47 | 0 | 48 | 16 | 78 | 39 | 32 |
| Octal | 72 | 310 | 71 | 107 | 0 | 110 | 26 | 170 | 71 | 62 |
| Binary | 111010 | 11001000 | 111001 | 1000111 | 0 | 1001000 | 10110 | 1111000 | 111001 | 110010 |
Color Harmonies of #3AC839
Complementary color
Monochromatic Colors of #3AC839
Black with #3AC839
Text Example
Text Example
White with #3AC839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC839; }
p { color: rgb(58,200,57); }
H1.HeaderClassName
{
color: #3AC839;
}
.AnyTagClassName
{
color: #3AC839;
}
</style>
background-color css
<style>
a { background-color: #3AC839; }
a { background-color: rgb(58,200,57); }
div.DivClassName
{
background-color: #3AC839;
}
.BgClassName
{
background-color: #3AC839;
}
</style>
border-color css
<style>
span { border-color: #3AC839; }
span { border-color: rgb(58,200,57); }
td.TdClassName
{
border-color: #3AC839;
}
.TagClassName
{
border-color: #3AC839;
}
</style>