Shades of Lime Green #3AB93D
Tints of Lime Green #3AB93D
RGB
CMYK
RGB Variations
Color information
#3AB93D (or 0x3AB93D) is known color: Lime Green. HEX triplet: 3A, B9 and 3D. RGB value is (58,185,61). Sum of RGB (Red+Green+Blue) = 58+185+61=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB93D is #C546C2. Grayscale: #858585. Windows color (decimal): -12928707 or 4045114. OLE color: 4045114.
HSL color Cylindrical-coordinate representation of color #3AB93D: hue angle of 121.42º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB93D is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 61 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.27 |
| HSL | 121.42º | 0.52% | 0.48% | - |
| HSV(B) | 121.42º | 0.69% | 0.73% | - |
| XYZ | 19.94 | 35.93 | 10.3 | - |
| YUV | 132.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 61 | 0.69 | 0 | 0.67 | 0.27 | 121.42 | 0.52 | 0.48 |
| Hex | 3A | B9 | 3D | 45 | 0 | 43 | 1B | 79 | 34 | 30 |
| Octal | 72 | 271 | 75 | 105 | 0 | 103 | 33 | 171 | 64 | 60 |
| Binary | 111010 | 10111001 | 111101 | 1000101 | 0 | 1000011 | 11011 | 1111001 | 110100 | 110000 |
Color Harmonies of #3AB93D
Complementary color
Monochromatic Colors of #3AB93D
Black with #3AB93D
Text Example
Text Example
White with #3AB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB93D; }
p { color: rgb(58,185,61); }
H1.HeaderClassName
{
color: #3AB93D;
}
.AnyTagClassName
{
color: #3AB93D;
}
</style>
background-color css
<style>
a { background-color: #3AB93D; }
a { background-color: rgb(58,185,61); }
div.DivClassName
{
background-color: #3AB93D;
}
.BgClassName
{
background-color: #3AB93D;
}
</style>
border-color css
<style>
span { border-color: #3AB93D; }
span { border-color: rgb(58,185,61); }
td.TdClassName
{
border-color: #3AB93D;
}
.TagClassName
{
border-color: #3AB93D;
}
</style>