Shades of Lime Green #3AC83D
Tints of Lime Green #3AC83D
RGB
CMYK
RGB Variations
Color information
#3AC83D (or 0x3AC83D) is known color: Lime Green. HEX triplet: 3A, C8 and 3D. RGB value is (58,200,61). Sum of RGB (Red+Green+Blue) = 58+200+61=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC83D is #C537C2. Grayscale: #8E8E8E. Windows color (decimal): -12924867 or 4048954. OLE color: 4048954.
HSL color Cylindrical-coordinate representation of color #3AC83D: hue angle of 121.27º 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 #3AC83D is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 61 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.22 |
| HSL | 121.27º | 0.56% | 0.51% | - |
| HSV(B) | 121.27º | 0.71% | 0.78% | - |
| XYZ | 23.24 | 42.55 | 11.4 | - |
| YUV | 141.7 | 82.46 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 61 | 0.71 | 0 | 0.69 | 0.22 | 121.27 | 0.56 | 0.51 |
| Hex | 3A | C8 | 3D | 47 | 0 | 45 | 16 | 79 | 38 | 33 |
| Octal | 72 | 310 | 75 | 107 | 0 | 105 | 26 | 171 | 70 | 63 |
| Binary | 111010 | 11001000 | 111101 | 1000111 | 0 | 1000101 | 10110 | 1111001 | 111000 | 110011 |
Color Harmonies of #3AC83D
Complementary color
Monochromatic Colors of #3AC83D
Black with #3AC83D
Text Example
Text Example
White with #3AC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC83D; }
p { color: rgb(58,200,61); }
H1.HeaderClassName
{
color: #3AC83D;
}
.AnyTagClassName
{
color: #3AC83D;
}
</style>
background-color css
<style>
a { background-color: #3AC83D; }
a { background-color: rgb(58,200,61); }
div.DivClassName
{
background-color: #3AC83D;
}
.BgClassName
{
background-color: #3AC83D;
}
</style>
border-color css
<style>
span { border-color: #3AC83D; }
span { border-color: rgb(58,200,61); }
td.TdClassName
{
border-color: #3AC83D;
}
.TagClassName
{
border-color: #3AC83D;
}
</style>