Shades of Lime Green #3ABA42
Tints of Lime Green #3ABA42
RGB
CMYK
RGB Variations
Color information
#3ABA42 (or 0x3ABA42) is known color: Lime Green. HEX triplet: 3A, BA and 42. RGB value is (58,186,66). Sum of RGB (Red+Green+Blue) = 58+186+66=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA42 is #C545BD. Grayscale: #868686. Windows color (decimal): -12928446 or 4373050. OLE color: 4373050.
HSL color Cylindrical-coordinate representation of color #3ABA42: hue angle of 123.75º 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 #3ABA42 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 66 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.27 |
| HSL | 123.75º | 0.52% | 0.48% | - |
| HSV(B) | 123.75º | 0.69% | 0.73% | - |
| XYZ | 20.29 | 36.41 | 11.11 | - |
| YUV | 134.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 66 | 0.69 | 0 | 0.65 | 0.27 | 123.75 | 0.52 | 0.48 |
| Hex | 3A | BA | 42 | 45 | 0 | 41 | 1B | 7C | 34 | 30 |
| Octal | 72 | 272 | 102 | 105 | 0 | 101 | 33 | 174 | 64 | 60 |
| Binary | 111010 | 10111010 | 1000010 | 1000101 | 0 | 1000001 | 11011 | 1111100 | 110100 | 110000 |
Color Harmonies of #3ABA42
Complementary color
Monochromatic Colors of #3ABA42
Black with #3ABA42
Text Example
Text Example
White with #3ABA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA42; }
p { color: rgb(58,186,66); }
H1.HeaderClassName
{
color: #3ABA42;
}
.AnyTagClassName
{
color: #3ABA42;
}
</style>
background-color css
<style>
a { background-color: #3ABA42; }
a { background-color: rgb(58,186,66); }
div.DivClassName
{
background-color: #3ABA42;
}
.BgClassName
{
background-color: #3ABA42;
}
</style>
border-color css
<style>
span { border-color: #3ABA42; }
span { border-color: rgb(58,186,66); }
td.TdClassName
{
border-color: #3ABA42;
}
.TagClassName
{
border-color: #3ABA42;
}
</style>