Shades of Lime Green #3AB33D
Tints of Lime Green #3AB33D
RGB
CMYK
RGB Variations
Color information
#3AB33D (or 0x3AB33D) is known color: Lime Green. HEX triplet: 3A, B3 and 3D. RGB value is (58,179,61). Sum of RGB (Red+Green+Blue) = 58+179+61=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB33D is #C54CC2. Grayscale: #818181. Windows color (decimal): -12930243 or 4043578. OLE color: 4043578.
HSL color Cylindrical-coordinate representation of color #3AB33D: hue angle of 121.49º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB33D is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 61 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.30 |
| HSL | 121.49º | 0.51% | 0.46% | - |
| HSV(B) | 121.49º | 0.68% | 0.7% | - |
| XYZ | 18.71 | 33.48 | 9.89 | - |
| YUV | 129.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 61 | 0.68 | 0 | 0.66 | 0.30 | 121.49 | 0.51 | 0.46 |
| Hex | 3A | B3 | 3D | 44 | 0 | 42 | 1E | 79 | 33 | 2E |
| Octal | 72 | 263 | 75 | 104 | 0 | 102 | 36 | 171 | 63 | 56 |
| Binary | 111010 | 10110011 | 111101 | 1000100 | 0 | 1000010 | 11110 | 1111001 | 110011 | 101110 |
Color Harmonies of #3AB33D
Complementary color
Monochromatic Colors of #3AB33D
Black with #3AB33D
Text Example
Text Example
White with #3AB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB33D; }
p { color: rgb(58,179,61); }
H1.HeaderClassName
{
color: #3AB33D;
}
.AnyTagClassName
{
color: #3AB33D;
}
</style>
background-color css
<style>
a { background-color: #3AB33D; }
a { background-color: rgb(58,179,61); }
div.DivClassName
{
background-color: #3AB33D;
}
.BgClassName
{
background-color: #3AB33D;
}
</style>
border-color css
<style>
span { border-color: #3AB33D; }
span { border-color: rgb(58,179,61); }
td.TdClassName
{
border-color: #3AB33D;
}
.TagClassName
{
border-color: #3AB33D;
}
</style>