Shades of Lime Green #3AC03E
Tints of Lime Green #3AC03E
RGB
CMYK
RGB Variations
Color information
#3AC03E (or 0x3AC03E) is known color: Lime Green. HEX triplet: 3A, C0 and 3E. RGB value is (58,192,62). Sum of RGB (Red+Green+Blue) = 58+192+62=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC03E is #C53FC1. Grayscale: #898989. Windows color (decimal): -12926914 or 4112442. OLE color: 4112442.
HSL color Cylindrical-coordinate representation of color #3AC03E: hue angle of 121.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC03E is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 62 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.25 |
| HSL | 121.79º | 0.54% | 0.49% | - |
| HSV(B) | 121.79º | 0.7% | 0.75% | - |
| XYZ | 21.46 | 38.95 | 10.94 | - |
| YUV | 137.11 | 85.61 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 62 | 0.70 | 0 | 0.68 | 0.25 | 121.79 | 0.54 | 0.49 |
| Hex | 3A | C0 | 3E | 46 | 0 | 44 | 19 | 7A | 36 | 31 |
| Octal | 72 | 300 | 76 | 106 | 0 | 104 | 31 | 172 | 66 | 61 |
| Binary | 111010 | 11000000 | 111110 | 1000110 | 0 | 1000100 | 11001 | 1111010 | 110110 | 110001 |
Color Harmonies of #3AC03E
Complementary color
Monochromatic Colors of #3AC03E
Black with #3AC03E
Text Example
Text Example
White with #3AC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC03E; }
p { color: rgb(58,192,62); }
H1.HeaderClassName
{
color: #3AC03E;
}
.AnyTagClassName
{
color: #3AC03E;
}
</style>
background-color css
<style>
a { background-color: #3AC03E; }
a { background-color: rgb(58,192,62); }
div.DivClassName
{
background-color: #3AC03E;
}
.BgClassName
{
background-color: #3AC03E;
}
</style>
border-color css
<style>
span { border-color: #3AC03E; }
span { border-color: rgb(58,192,62); }
td.TdClassName
{
border-color: #3AC03E;
}
.TagClassName
{
border-color: #3AC03E;
}
</style>