Shades of Lime Green #3ABA40
Tints of Lime Green #3ABA40
RGB
CMYK
RGB Variations
Color information
#3ABA40 (or 0x3ABA40) is known color: Lime Green. HEX triplet: 3A, BA and 40. RGB value is (58,186,64). Sum of RGB (Red+Green+Blue) = 58+186+64=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA40 is #C545BF. Grayscale: #868686. Windows color (decimal): -12928448 or 4241978. OLE color: 4241978.
HSL color Cylindrical-coordinate representation of color #3ABA40: hue angle of 122.81º 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 #3ABA40 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 64 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.27 |
| HSL | 122.81º | 0.52% | 0.48% | - |
| HSV(B) | 122.81º | 0.69% | 0.73% | - |
| XYZ | 20.23 | 36.39 | 10.81 | - |
| YUV | 133.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 64 | 0.69 | 0 | 0.66 | 0.27 | 122.81 | 0.52 | 0.48 |
| Hex | 3A | BA | 40 | 45 | 0 | 42 | 1B | 7B | 34 | 30 |
| Octal | 72 | 272 | 100 | 105 | 0 | 102 | 33 | 173 | 64 | 60 |
| Binary | 111010 | 10111010 | 1000000 | 1000101 | 0 | 1000010 | 11011 | 1111011 | 110100 | 110000 |
Color Harmonies of #3ABA40
Complementary color
Monochromatic Colors of #3ABA40
Black with #3ABA40
Text Example
Text Example
White with #3ABA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA40; }
p { color: rgb(58,186,64); }
H1.HeaderClassName
{
color: #3ABA40;
}
.AnyTagClassName
{
color: #3ABA40;
}
</style>
background-color css
<style>
a { background-color: #3ABA40; }
a { background-color: rgb(58,186,64); }
div.DivClassName
{
background-color: #3ABA40;
}
.BgClassName
{
background-color: #3ABA40;
}
</style>
border-color css
<style>
span { border-color: #3ABA40; }
span { border-color: rgb(58,186,64); }
td.TdClassName
{
border-color: #3ABA40;
}
.TagClassName
{
border-color: #3ABA40;
}
</style>