Shades of Lime Green #3AC03D
Tints of Lime Green #3AC03D
RGB
CMYK
RGB Variations
Color information
#3AC03D (or 0x3AC03D) is known color: Lime Green. HEX triplet: 3A, C0 and 3D. RGB value is (58,192,61). Sum of RGB (Red+Green+Blue) = 58+192+61=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC03D is #C53FC2. Grayscale: #898989. Windows color (decimal): -12926915 or 4046906. OLE color: 4046906.
HSL color Cylindrical-coordinate representation of color #3AC03D: hue angle of 121.34º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC03D is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 61 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.25 |
| HSL | 121.34º | 0.54% | 0.49% | - |
| HSV(B) | 121.34º | 0.7% | 0.75% | - |
| XYZ | 21.44 | 38.94 | 10.8 | - |
| YUV | 137 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 61 | 0.70 | 0 | 0.68 | 0.25 | 121.34 | 0.54 | 0.49 |
| Hex | 3A | C0 | 3D | 46 | 0 | 44 | 19 | 79 | 36 | 31 |
| Octal | 72 | 300 | 75 | 106 | 0 | 104 | 31 | 171 | 66 | 61 |
| Binary | 111010 | 11000000 | 111101 | 1000110 | 0 | 1000100 | 11001 | 1111001 | 110110 | 110001 |
Color Harmonies of #3AC03D
Complementary color
Monochromatic Colors of #3AC03D
Black with #3AC03D
Text Example
Text Example
White with #3AC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC03D; }
p { color: rgb(58,192,61); }
H1.HeaderClassName
{
color: #3AC03D;
}
.AnyTagClassName
{
color: #3AC03D;
}
</style>
background-color css
<style>
a { background-color: #3AC03D; }
a { background-color: rgb(58,192,61); }
div.DivClassName
{
background-color: #3AC03D;
}
.BgClassName
{
background-color: #3AC03D;
}
</style>
border-color css
<style>
span { border-color: #3AC03D; }
span { border-color: rgb(58,192,61); }
td.TdClassName
{
border-color: #3AC03D;
}
.TagClassName
{
border-color: #3AC03D;
}
</style>