Shades of Lime Green #3AC030
Tints of Lime Green #3AC030
RGB
CMYK
RGB Variations
Color information
#3AC030 (or 0x3AC030) is known color: Lime Green. HEX triplet: 3A, C0 and 30. RGB value is (58,192,48). Sum of RGB (Red+Green+Blue) = 58+192+48=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC030 is #C53FCF. Grayscale: #878787. Windows color (decimal): -12926928 or 3194938. OLE color: 3194938.
HSL color Cylindrical-coordinate representation of color #3AC030: hue angle of 115.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AC030 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 48 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.25 |
| HSL | 115.83º | 0.6% | 0.47% | - |
| HSV(B) | 115.83º | 0.75% | 0.75% | - |
| XYZ | 21.13 | 38.81 | 9.17 | - |
| YUV | 135.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 48 | 0.70 | 0 | 0.75 | 0.25 | 115.83 | 0.6 | 0.47 |
| Hex | 3A | C0 | 30 | 46 | 0 | 4B | 19 | 74 | 3C | 2F |
| Octal | 72 | 300 | 60 | 106 | 0 | 113 | 31 | 164 | 74 | 57 |
| Binary | 111010 | 11000000 | 110000 | 1000110 | 0 | 1001011 | 11001 | 1110100 | 111100 | 101111 |
Color Harmonies of #3AC030
Complementary color
Monochromatic Colors of #3AC030
Black with #3AC030
Text Example
Text Example
White with #3AC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC030; }
p { color: rgb(58,192,48); }
H1.HeaderClassName
{
color: #3AC030;
}
.AnyTagClassName
{
color: #3AC030;
}
</style>
background-color css
<style>
a { background-color: #3AC030; }
a { background-color: rgb(58,192,48); }
div.DivClassName
{
background-color: #3AC030;
}
.BgClassName
{
background-color: #3AC030;
}
</style>
border-color css
<style>
span { border-color: #3AC030; }
span { border-color: rgb(58,192,48); }
td.TdClassName
{
border-color: #3AC030;
}
.TagClassName
{
border-color: #3AC030;
}
</style>