Shades of Lime Green #3AB32D
Tints of Lime Green #3AB32D
RGB
CMYK
RGB Variations
Color information
#3AB32D (or 0x3AB32D) is known color: Lime Green. HEX triplet: 3A, B3 and 2D. RGB value is (58,179,45). Sum of RGB (Red+Green+Blue) = 58+179+45=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB32D is #C54CD2. Grayscale: #7F7F7F. Windows color (decimal): -12930259 or 2995002. OLE color: 2995002.
HSL color Cylindrical-coordinate representation of color #3AB32D: hue angle of 114.18º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AB32D is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 45 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.30 |
| HSL | 114.18º | 0.6% | 0.44% | - |
| HSV(B) | 114.18º | 0.75% | 0.7% | - |
| XYZ | 18.34 | 33.33 | 7.95 | - |
| YUV | 127.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 45 | 0.68 | 0 | 0.75 | 0.30 | 114.18 | 0.6 | 0.44 |
| Hex | 3A | B3 | 2D | 44 | 0 | 4B | 1E | 72 | 3C | 2C |
| Octal | 72 | 263 | 55 | 104 | 0 | 113 | 36 | 162 | 74 | 54 |
| Binary | 111010 | 10110011 | 101101 | 1000100 | 0 | 1001011 | 11110 | 1110010 | 111100 | 101100 |
Color Harmonies of #3AB32D
Complementary color
Monochromatic Colors of #3AB32D
Black with #3AB32D
Text Example
Text Example
White with #3AB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB32D; }
p { color: rgb(58,179,45); }
H1.HeaderClassName
{
color: #3AB32D;
}
.AnyTagClassName
{
color: #3AB32D;
}
</style>
background-color css
<style>
a { background-color: #3AB32D; }
a { background-color: rgb(58,179,45); }
div.DivClassName
{
background-color: #3AB32D;
}
.BgClassName
{
background-color: #3AB32D;
}
</style>
border-color css
<style>
span { border-color: #3AB32D; }
span { border-color: rgb(58,179,45); }
td.TdClassName
{
border-color: #3AB32D;
}
.TagClassName
{
border-color: #3AB32D;
}
</style>