Shades of Lime Green #3AC643
Tints of Lime Green #3AC643
RGB
CMYK
RGB Variations
Color information
#3AC643 (or 0x3AC643) is known color: Lime Green. HEX triplet: 3A, C6 and 43. RGB value is (58,198,67). Sum of RGB (Red+Green+Blue) = 58+198+67=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 198 (77.73% from 255 or 61.30% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC643 is #C539BC. Grayscale: #8D8D8D. Windows color (decimal): -12925373 or 4441658. OLE color: 4441658.
HSL color Cylindrical-coordinate representation of color #3AC643: hue angle of 123.86º degrees, saturation: 0.55, 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 #3AC643 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 67 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.22 |
| HSL | 123.86º | 0.55% | 0.5% | - |
| HSV(B) | 123.86º | 0.71% | 0.78% | - |
| XYZ | 22.95 | 41.69 | 12.15 | - |
| YUV | 141.21 | 86.12 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 67 | 0.71 | 0 | 0.66 | 0.22 | 123.86 | 0.55 | 0.5 |
| Hex | 3A | C6 | 43 | 47 | 0 | 42 | 16 | 7C | 37 | 32 |
| Octal | 72 | 306 | 103 | 107 | 0 | 102 | 26 | 174 | 67 | 62 |
| Binary | 111010 | 11000110 | 1000011 | 1000111 | 0 | 1000010 | 10110 | 1111100 | 110111 | 110010 |
Color Harmonies of #3AC643
Complementary color
Monochromatic Colors of #3AC643
Black with #3AC643
Text Example
Text Example
White with #3AC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC643; }
p { color: rgb(58,198,67); }
H1.HeaderClassName
{
color: #3AC643;
}
.AnyTagClassName
{
color: #3AC643;
}
</style>
background-color css
<style>
a { background-color: #3AC643; }
a { background-color: rgb(58,198,67); }
div.DivClassName
{
background-color: #3AC643;
}
.BgClassName
{
background-color: #3AC643;
}
</style>
border-color css
<style>
span { border-color: #3AC643; }
span { border-color: rgb(58,198,67); }
td.TdClassName
{
border-color: #3AC643;
}
.TagClassName
{
border-color: #3AC643;
}
</style>