Shades of Lime Green #3AC748
Tints of Lime Green #3AC748
RGB
CMYK
RGB Variations
Color information
#3AC748 (or 0x3AC748) is known color: Lime Green. HEX triplet: 3A, C7 and 48. RGB value is (58,199,72). Sum of RGB (Red+Green+Blue) = 58+199+72=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC748 is #C538B7. Grayscale: #8E8E8E. Windows color (decimal): -12925112 or 4769594. OLE color: 4769594.
HSL color Cylindrical-coordinate representation of color #3AC748: hue angle of 125.96º 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 #3AC748 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 199 | 72 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.22 |
| HSL | 125.96º | 0.56% | 0.5% | - |
| HSV(B) | 125.96º | 0.71% | 0.78% | - |
| XYZ | 23.34 | 42.21 | 13.05 | - |
| YUV | 142.36 | 88.29 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 72 | 0.71 | 0 | 0.64 | 0.22 | 125.96 | 0.56 | 0.5 |
| Hex | 3A | C7 | 48 | 47 | 0 | 40 | 16 | 7E | 38 | 32 |
| Octal | 72 | 307 | 110 | 107 | 0 | 100 | 26 | 176 | 70 | 62 |
| Binary | 111010 | 11000111 | 1001000 | 1000111 | 0 | 1000000 | 10110 | 1111110 | 111000 | 110010 |
Color Harmonies of #3AC748
Complementary color
Monochromatic Colors of #3AC748
Black with #3AC748
Text Example
Text Example
White with #3AC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC748; }
p { color: rgb(58,199,72); }
H1.HeaderClassName
{
color: #3AC748;
}
.AnyTagClassName
{
color: #3AC748;
}
</style>
background-color css
<style>
a { background-color: #3AC748; }
a { background-color: rgb(58,199,72); }
div.DivClassName
{
background-color: #3AC748;
}
.BgClassName
{
background-color: #3AC748;
}
</style>
border-color css
<style>
span { border-color: #3AC748; }
span { border-color: rgb(58,199,72); }
td.TdClassName
{
border-color: #3AC748;
}
.TagClassName
{
border-color: #3AC748;
}
</style>