Shades of Lime Green #3ABA3D
Tints of Lime Green #3ABA3D
RGB
CMYK
RGB Variations
Color information
#3ABA3D (or 0x3ABA3D) is known color: Lime Green. HEX triplet: 3A, BA and 3D. RGB value is (58,186,61). Sum of RGB (Red+Green+Blue) = 58+186+61=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA3D is #C545C2. Grayscale: #858585. Windows color (decimal): -12928451 or 4045370. OLE color: 4045370.
HSL color Cylindrical-coordinate representation of color #3ABA3D: hue angle of 121.41º 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 #3ABA3D is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 61 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.27 |
| HSL | 121.41º | 0.52% | 0.48% | - |
| HSV(B) | 121.41º | 0.69% | 0.73% | - |
| XYZ | 20.15 | 36.35 | 10.37 | - |
| YUV | 133.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 61 | 0.69 | 0 | 0.67 | 0.27 | 121.41 | 0.52 | 0.48 |
| Hex | 3A | BA | 3D | 45 | 0 | 43 | 1B | 79 | 34 | 30 |
| Octal | 72 | 272 | 75 | 105 | 0 | 103 | 33 | 171 | 64 | 60 |
| Binary | 111010 | 10111010 | 111101 | 1000101 | 0 | 1000011 | 11011 | 1111001 | 110100 | 110000 |
Color Harmonies of #3ABA3D
Complementary color
Monochromatic Colors of #3ABA3D
Black with #3ABA3D
Text Example
Text Example
White with #3ABA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA3D; }
p { color: rgb(58,186,61); }
H1.HeaderClassName
{
color: #3ABA3D;
}
.AnyTagClassName
{
color: #3ABA3D;
}
</style>
background-color css
<style>
a { background-color: #3ABA3D; }
a { background-color: rgb(58,186,61); }
div.DivClassName
{
background-color: #3ABA3D;
}
.BgClassName
{
background-color: #3ABA3D;
}
</style>
border-color css
<style>
span { border-color: #3ABA3D; }
span { border-color: rgb(58,186,61); }
td.TdClassName
{
border-color: #3ABA3D;
}
.TagClassName
{
border-color: #3ABA3D;
}
</style>