Shades of Lime Green #3AB834
Tints of Lime Green #3AB834
RGB
CMYK
RGB Variations
Color information
#3AB834 (or 0x3AB834) is known color: Lime Green. HEX triplet: 3A, B8 and 34. RGB value is (58,184,52). Sum of RGB (Red+Green+Blue) = 58+184+52=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB834 is #C547CB. Grayscale: #838383. Windows color (decimal): -12928972 or 3455034. OLE color: 3455034.
HSL color Cylindrical-coordinate representation of color #3AB834: hue angle of 117.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB834 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 184 | 52 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.28 |
| HSL | 117.27º | 0.56% | 0.46% | - |
| HSV(B) | 117.27º | 0.72% | 0.72% | - |
| XYZ | 19.51 | 35.43 | 9.06 | - |
| YUV | 131.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 52 | 0.68 | 0 | 0.72 | 0.28 | 117.27 | 0.56 | 0.46 |
| Hex | 3A | B8 | 34 | 44 | 0 | 48 | 1C | 75 | 38 | 2E |
| Octal | 72 | 270 | 64 | 104 | 0 | 110 | 34 | 165 | 70 | 56 |
| Binary | 111010 | 10111000 | 110100 | 1000100 | 0 | 1001000 | 11100 | 1110101 | 111000 | 101110 |
Color Harmonies of #3AB834
Complementary color
Monochromatic Colors of #3AB834
Black with #3AB834
Text Example
Text Example
White with #3AB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB834; }
p { color: rgb(58,184,52); }
H1.HeaderClassName
{
color: #3AB834;
}
.AnyTagClassName
{
color: #3AB834;
}
</style>
background-color css
<style>
a { background-color: #3AB834; }
a { background-color: rgb(58,184,52); }
div.DivClassName
{
background-color: #3AB834;
}
.BgClassName
{
background-color: #3AB834;
}
</style>
border-color css
<style>
span { border-color: #3AB834; }
span { border-color: rgb(58,184,52); }
td.TdClassName
{
border-color: #3AB834;
}
.TagClassName
{
border-color: #3AB834;
}
</style>