Shades of Lime Green #3AC045
Tints of Lime Green #3AC045
RGB
CMYK
RGB Variations
Color information
#3AC045 (or 0x3AC045) is known color: Lime Green. HEX triplet: 3A, C0 and 45. RGB value is (58,192,69). Sum of RGB (Red+Green+Blue) = 58+192+69=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC045 is #C53FBA. Grayscale: #8A8A8A. Windows color (decimal): -12926907 or 4571194. OLE color: 4571194.
HSL color Cylindrical-coordinate representation of color #3AC045: hue angle of 124.93º 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 #3AC045 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 69 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.25 |
| HSL | 124.93º | 0.54% | 0.49% | - |
| HSV(B) | 124.93º | 0.7% | 0.75% | - |
| XYZ | 21.67 | 39.03 | 12.02 | - |
| YUV | 137.91 | 89.11 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 69 | 0.70 | 0 | 0.64 | 0.25 | 124.93 | 0.54 | 0.49 |
| Hex | 3A | C0 | 45 | 46 | 0 | 40 | 19 | 7D | 36 | 31 |
| Octal | 72 | 300 | 105 | 106 | 0 | 100 | 31 | 175 | 66 | 61 |
| Binary | 111010 | 11000000 | 1000101 | 1000110 | 0 | 1000000 | 11001 | 1111101 | 110110 | 110001 |
Color Harmonies of #3AC045
Complementary color
Monochromatic Colors of #3AC045
Black with #3AC045
Text Example
Text Example
White with #3AC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC045; }
p { color: rgb(58,192,69); }
H1.HeaderClassName
{
color: #3AC045;
}
.AnyTagClassName
{
color: #3AC045;
}
</style>
background-color css
<style>
a { background-color: #3AC045; }
a { background-color: rgb(58,192,69); }
div.DivClassName
{
background-color: #3AC045;
}
.BgClassName
{
background-color: #3AC045;
}
</style>
border-color css
<style>
span { border-color: #3AC045; }
span { border-color: rgb(58,192,69); }
td.TdClassName
{
border-color: #3AC045;
}
.TagClassName
{
border-color: #3AC045;
}
</style>