Shades of Lime Green #3ABA3F
Tints of Lime Green #3ABA3F
RGB
CMYK
RGB Variations
Color information
#3ABA3F (or 0x3ABA3F) is known color: Lime Green. HEX triplet: 3A, BA and 3F. RGB value is (58,186,63). Sum of RGB (Red+Green+Blue) = 58+186+63=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA3F is #C545C0. Grayscale: #868686. Windows color (decimal): -12928449 or 4176442. OLE color: 4176442.
HSL color Cylindrical-coordinate representation of color #3ABA3F: hue angle of 122.34º 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 #3ABA3F is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 63 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.27 |
| HSL | 122.34º | 0.52% | 0.48% | - |
| HSV(B) | 122.34º | 0.69% | 0.73% | - |
| XYZ | 20.2 | 36.38 | 10.66 | - |
| YUV | 133.71 | 88.09 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 63 | 0.69 | 0 | 0.66 | 0.27 | 122.34 | 0.52 | 0.48 |
| Hex | 3A | BA | 3F | 45 | 0 | 42 | 1B | 7A | 34 | 30 |
| Octal | 72 | 272 | 77 | 105 | 0 | 102 | 33 | 172 | 64 | 60 |
| Binary | 111010 | 10111010 | 111111 | 1000101 | 0 | 1000010 | 11011 | 1111010 | 110100 | 110000 |
Color Harmonies of #3ABA3F
Complementary color
Monochromatic Colors of #3ABA3F
Black with #3ABA3F
Text Example
Text Example
White with #3ABA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA3F; }
p { color: rgb(58,186,63); }
H1.HeaderClassName
{
color: #3ABA3F;
}
.AnyTagClassName
{
color: #3ABA3F;
}
</style>
background-color css
<style>
a { background-color: #3ABA3F; }
a { background-color: rgb(58,186,63); }
div.DivClassName
{
background-color: #3ABA3F;
}
.BgClassName
{
background-color: #3ABA3F;
}
</style>
border-color css
<style>
span { border-color: #3ABA3F; }
span { border-color: rgb(58,186,63); }
td.TdClassName
{
border-color: #3ABA3F;
}
.TagClassName
{
border-color: #3ABA3F;
}
</style>