Shades of Lime Green #3AC843
Tints of Lime Green #3AC843
RGB
CMYK
RGB Variations
Color information
#3AC843 (or 0x3AC843) is known color: Lime Green. HEX triplet: 3A, C8 and 43. RGB value is (58,200,67). Sum of RGB (Red+Green+Blue) = 58+200+67=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC843 is #C537BC. Grayscale: #8E8E8E. Windows color (decimal): -12924861 or 4442170. OLE color: 4442170.
HSL color Cylindrical-coordinate representation of color #3AC843: hue angle of 123.8º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC843 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 67 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.22 |
| HSL | 123.8º | 0.56% | 0.51% | - |
| HSV(B) | 123.8º | 0.71% | 0.78% | - |
| XYZ | 23.41 | 42.61 | 12.3 | - |
| YUV | 142.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 67 | 0.71 | 0 | 0.66 | 0.22 | 123.8 | 0.56 | 0.51 |
| Hex | 3A | C8 | 43 | 47 | 0 | 42 | 16 | 7C | 38 | 33 |
| Octal | 72 | 310 | 103 | 107 | 0 | 102 | 26 | 174 | 70 | 63 |
| Binary | 111010 | 11001000 | 1000011 | 1000111 | 0 | 1000010 | 10110 | 1111100 | 111000 | 110011 |
Color Harmonies of #3AC843
Complementary color
Monochromatic Colors of #3AC843
Black with #3AC843
Text Example
Text Example
White with #3AC843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC843; }
p { color: rgb(58,200,67); }
H1.HeaderClassName
{
color: #3AC843;
}
.AnyTagClassName
{
color: #3AC843;
}
</style>
background-color css
<style>
a { background-color: #3AC843; }
a { background-color: rgb(58,200,67); }
div.DivClassName
{
background-color: #3AC843;
}
.BgClassName
{
background-color: #3AC843;
}
</style>
border-color css
<style>
span { border-color: #3AC843; }
span { border-color: rgb(58,200,67); }
td.TdClassName
{
border-color: #3AC843;
}
.TagClassName
{
border-color: #3AC843;
}
</style>