Shades of Lime Green #3AB83B
Tints of Lime Green #3AB83B
RGB
CMYK
RGB Variations
Color information
#3AB83B (or 0x3AB83B) is known color: Lime Green. HEX triplet: 3A, B8 and 3B. RGB value is (58,184,59). Sum of RGB (Red+Green+Blue) = 58+184+59=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #3AB83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB83B is #C547C4. Grayscale: #848484. Windows color (decimal): -12928965 or 3913786. OLE color: 3913786.
HSL color Cylindrical-coordinate representation of color #3AB83B: hue angle of 120.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB83B is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 184 | 59 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.28 |
| HSL | 120.48º | 0.52% | 0.47% | - |
| HSV(B) | 120.48º | 0.68% | 0.72% | - |
| XYZ | 19.67 | 35.5 | 9.95 | - |
| YUV | 132.08 | 86.76 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 59 | 0.68 | 0 | 0.68 | 0.28 | 120.48 | 0.52 | 0.47 |
| Hex | 3A | B8 | 3B | 44 | 0 | 44 | 1C | 78 | 34 | 2F |
| Octal | 72 | 270 | 73 | 104 | 0 | 104 | 34 | 170 | 64 | 57 |
| Binary | 111010 | 10111000 | 111011 | 1000100 | 0 | 1000100 | 11100 | 1111000 | 110100 | 101111 |
Color Harmonies of #3AB83B
Complementary color
Monochromatic Colors of #3AB83B
Black with #3AB83B
Text Example
Text Example
White with #3AB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB83B; }
p { color: rgb(58,184,59); }
H1.HeaderClassName
{
color: #3AB83B;
}
.AnyTagClassName
{
color: #3AB83B;
}
</style>
background-color css
<style>
a { background-color: #3AB83B; }
a { background-color: rgb(58,184,59); }
div.DivClassName
{
background-color: #3AB83B;
}
.BgClassName
{
background-color: #3AB83B;
}
</style>
border-color css
<style>
span { border-color: #3AB83B; }
span { border-color: rgb(58,184,59); }
td.TdClassName
{
border-color: #3AB83B;
}
.TagClassName
{
border-color: #3AB83B;
}
</style>