Shades of Lime Green #3AB82D
Tints of Lime Green #3AB82D
RGB
CMYK
RGB Variations
Color information
#3AB82D (or 0x3AB82D) is known color: Lime Green. HEX triplet: 3A, B8 and 2D. RGB value is (58,184,45). Sum of RGB (Red+Green+Blue) = 58+184+45=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB82D is #C547D2. Grayscale: #828282. Windows color (decimal): -12928979 or 2996282. OLE color: 2996282.
HSL color Cylindrical-coordinate representation of color #3AB82D: hue angle of 114.39º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AB82D is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 184 | 45 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.28 |
| HSL | 114.39º | 0.61% | 0.45% | - |
| HSV(B) | 114.39º | 0.76% | 0.72% | - |
| XYZ | 19.36 | 35.37 | 8.29 | - |
| YUV | 130.48 | 79.76 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 45 | 0.68 | 0 | 0.76 | 0.28 | 114.39 | 0.61 | 0.45 |
| Hex | 3A | B8 | 2D | 44 | 0 | 4C | 1C | 72 | 3D | 2D |
| Octal | 72 | 270 | 55 | 104 | 0 | 114 | 34 | 162 | 75 | 55 |
| Binary | 111010 | 10111000 | 101101 | 1000100 | 0 | 1001100 | 11100 | 1110010 | 111101 | 101101 |
Color Harmonies of #3AB82D
Complementary color
Monochromatic Colors of #3AB82D
Black with #3AB82D
Text Example
Text Example
White with #3AB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB82D; }
p { color: rgb(58,184,45); }
H1.HeaderClassName
{
color: #3AB82D;
}
.AnyTagClassName
{
color: #3AB82D;
}
</style>
background-color css
<style>
a { background-color: #3AB82D; }
a { background-color: rgb(58,184,45); }
div.DivClassName
{
background-color: #3AB82D;
}
.BgClassName
{
background-color: #3AB82D;
}
</style>
border-color css
<style>
span { border-color: #3AB82D; }
span { border-color: rgb(58,184,45); }
td.TdClassName
{
border-color: #3AB82D;
}
.TagClassName
{
border-color: #3AB82D;
}
</style>