Shades of Lime Green #3AC041
Tints of Lime Green #3AC041
RGB
CMYK
RGB Variations
Color information
#3AC041 (or 0x3AC041) is known color: Lime Green. HEX triplet: 3A, C0 and 41. RGB value is (58,192,65). Sum of RGB (Red+Green+Blue) = 58+192+65=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC041 is #C53FBE. Grayscale: #898989. Windows color (decimal): -12926911 or 4309050. OLE color: 4309050.
HSL color Cylindrical-coordinate representation of color #3AC041: hue angle of 123.13º 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 #3AC041 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 65 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.25 |
| HSL | 123.13º | 0.54% | 0.49% | - |
| HSV(B) | 123.13º | 0.7% | 0.75% | - |
| XYZ | 21.55 | 38.98 | 11.39 | - |
| YUV | 137.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 65 | 0.70 | 0 | 0.66 | 0.25 | 123.13 | 0.54 | 0.49 |
| Hex | 3A | C0 | 41 | 46 | 0 | 42 | 19 | 7B | 36 | 31 |
| Octal | 72 | 300 | 101 | 106 | 0 | 102 | 31 | 173 | 66 | 61 |
| Binary | 111010 | 11000000 | 1000001 | 1000110 | 0 | 1000010 | 11001 | 1111011 | 110110 | 110001 |
Color Harmonies of #3AC041
Complementary color
Monochromatic Colors of #3AC041
Black with #3AC041
Text Example
Text Example
White with #3AC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC041; }
p { color: rgb(58,192,65); }
H1.HeaderClassName
{
color: #3AC041;
}
.AnyTagClassName
{
color: #3AC041;
}
</style>
background-color css
<style>
a { background-color: #3AC041; }
a { background-color: rgb(58,192,65); }
div.DivClassName
{
background-color: #3AC041;
}
.BgClassName
{
background-color: #3AC041;
}
</style>
border-color css
<style>
span { border-color: #3AC041; }
span { border-color: rgb(58,192,65); }
td.TdClassName
{
border-color: #3AC041;
}
.TagClassName
{
border-color: #3AC041;
}
</style>