Shades of Lime Green #3AC740
Tints of Lime Green #3AC740
RGB
CMYK
RGB Variations
Color information
#3AC740 (or 0x3AC740) is known color: Lime Green. HEX triplet: 3A, C7 and 40. RGB value is (58,199,64). Sum of RGB (Red+Green+Blue) = 58+199+64=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC740 is #C538BF. Grayscale: #8D8D8D. Windows color (decimal): -12925120 or 4245306. OLE color: 4245306.
HSL color Cylindrical-coordinate representation of color #3AC740: hue angle of 122.55º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC740 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 199 | 64 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.22 |
| HSL | 122.55º | 0.56% | 0.5% | - |
| HSV(B) | 122.55º | 0.71% | 0.78% | - |
| XYZ | 23.09 | 42.12 | 11.76 | - |
| YUV | 141.45 | 84.29 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 64 | 0.71 | 0 | 0.68 | 0.22 | 122.55 | 0.56 | 0.5 |
| Hex | 3A | C7 | 40 | 47 | 0 | 44 | 16 | 7B | 38 | 32 |
| Octal | 72 | 307 | 100 | 107 | 0 | 104 | 26 | 173 | 70 | 62 |
| Binary | 111010 | 11000111 | 1000000 | 1000111 | 0 | 1000100 | 10110 | 1111011 | 111000 | 110010 |
Color Harmonies of #3AC740
Complementary color
Monochromatic Colors of #3AC740
Black with #3AC740
Text Example
Text Example
White with #3AC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC740; }
p { color: rgb(58,199,64); }
H1.HeaderClassName
{
color: #3AC740;
}
.AnyTagClassName
{
color: #3AC740;
}
</style>
background-color css
<style>
a { background-color: #3AC740; }
a { background-color: rgb(58,199,64); }
div.DivClassName
{
background-color: #3AC740;
}
.BgClassName
{
background-color: #3AC740;
}
</style>
border-color css
<style>
span { border-color: #3AC740; }
span { border-color: rgb(58,199,64); }
td.TdClassName
{
border-color: #3AC740;
}
.TagClassName
{
border-color: #3AC740;
}
</style>