Shades of Lime Green #3AB934
Tints of Lime Green #3AB934
RGB
CMYK
RGB Variations
Color information
#3AB934 (or 0x3AB934) is known color: Lime Green. HEX triplet: 3A, B9 and 34. RGB value is (58,185,52). Sum of RGB (Red+Green+Blue) = 58+185+52=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 185 (72.66% from 255 or 62.71% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB934 is #C546CB. Grayscale: #848484. Windows color (decimal): -12928716 or 3455290. OLE color: 3455290.
HSL color Cylindrical-coordinate representation of color #3AB934: hue angle of 117.29º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB934 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 52 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.27 |
| HSL | 117.29º | 0.56% | 0.46% | - |
| HSV(B) | 117.29º | 0.72% | 0.73% | - |
| XYZ | 19.71 | 35.85 | 9.13 | - |
| YUV | 131.87 | 82.92 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 52 | 0.69 | 0 | 0.72 | 0.27 | 117.29 | 0.56 | 0.46 |
| Hex | 3A | B9 | 34 | 45 | 0 | 48 | 1B | 75 | 38 | 2E |
| Octal | 72 | 271 | 64 | 105 | 0 | 110 | 33 | 165 | 70 | 56 |
| Binary | 111010 | 10111001 | 110100 | 1000101 | 0 | 1001000 | 11011 | 1110101 | 111000 | 101110 |
Color Harmonies of #3AB934
Complementary color
Monochromatic Colors of #3AB934
Black with #3AB934
Text Example
Text Example
White with #3AB934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB934; }
p { color: rgb(58,185,52); }
H1.HeaderClassName
{
color: #3AB934;
}
.AnyTagClassName
{
color: #3AB934;
}
</style>
background-color css
<style>
a { background-color: #3AB934; }
a { background-color: rgb(58,185,52); }
div.DivClassName
{
background-color: #3AB934;
}
.BgClassName
{
background-color: #3AB934;
}
</style>
border-color css
<style>
span { border-color: #3AB934; }
span { border-color: rgb(58,185,52); }
td.TdClassName
{
border-color: #3AB934;
}
.TagClassName
{
border-color: #3AB934;
}
</style>