Shades of Lime Green #3ABD3E
Tints of Lime Green #3ABD3E
RGB
CMYK
RGB Variations
Color information
#3ABD3E (or 0x3ABD3E) is known color: Lime Green. HEX triplet: 3A, BD and 3E. RGB value is (58,189,62). Sum of RGB (Red+Green+Blue) = 58+189+62=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABD3E is #C542C1. Grayscale: #878787. Windows color (decimal): -12927682 or 4111674. OLE color: 4111674.
HSL color Cylindrical-coordinate representation of color #3ABD3E: hue angle of 121.83º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABD3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 62 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.26 |
| HSL | 121.83º | 0.53% | 0.48% | - |
| HSV(B) | 121.83º | 0.69% | 0.74% | - |
| XYZ | 20.81 | 37.64 | 10.73 | - |
| YUV | 135.35 | 86.6 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 62 | 0.69 | 0 | 0.67 | 0.26 | 121.83 | 0.53 | 0.48 |
| Hex | 3A | BD | 3E | 45 | 0 | 43 | 1A | 7A | 35 | 30 |
| Octal | 72 | 275 | 76 | 105 | 0 | 103 | 32 | 172 | 65 | 60 |
| Binary | 111010 | 10111101 | 111110 | 1000101 | 0 | 1000011 | 11010 | 1111010 | 110101 | 110000 |
Color Harmonies of #3ABD3E
Complementary color
Monochromatic Colors of #3ABD3E
Black with #3ABD3E
Text Example
Text Example
White with #3ABD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABD3E; }
p { color: rgb(58,189,62); }
H1.HeaderClassName
{
color: #3ABD3E;
}
.AnyTagClassName
{
color: #3ABD3E;
}
</style>
background-color css
<style>
a { background-color: #3ABD3E; }
a { background-color: rgb(58,189,62); }
div.DivClassName
{
background-color: #3ABD3E;
}
.BgClassName
{
background-color: #3ABD3E;
}
</style>
border-color css
<style>
span { border-color: #3ABD3E; }
span { border-color: rgb(58,189,62); }
td.TdClassName
{
border-color: #3ABD3E;
}
.TagClassName
{
border-color: #3ABD3E;
}
</style>