Shades of Lime Green #3ABC2E
Tints of Lime Green #3ABC2E
RGB
CMYK
RGB Variations
Color information
#3ABC2E (or 0x3ABC2E) is known color: Lime Green. HEX triplet: 3A, BC and 2E. RGB value is (58,188,46). Sum of RGB (Red+Green+Blue) = 58+188+46=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC2E is #C543D1. Grayscale: #858585. Windows color (decimal): -12927954 or 3062842. OLE color: 3062842.
HSL color Cylindrical-coordinate representation of color #3ABC2E: hue angle of 114.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABC2E is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 46 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.26 |
| HSL | 114.93º | 0.61% | 0.46% | - |
| HSV(B) | 114.93º | 0.76% | 0.74% | - |
| XYZ | 20.22 | 37.06 | 8.67 | - |
| YUV | 132.94 | 78.93 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 46 | 0.69 | 0 | 0.76 | 0.26 | 114.93 | 0.61 | 0.46 |
| Hex | 3A | BC | 2E | 45 | 0 | 4C | 1A | 73 | 3D | 2E |
| Octal | 72 | 274 | 56 | 105 | 0 | 114 | 32 | 163 | 75 | 56 |
| Binary | 111010 | 10111100 | 101110 | 1000101 | 0 | 1001100 | 11010 | 1110011 | 111101 | 101110 |
Color Harmonies of #3ABC2E
Complementary color
Monochromatic Colors of #3ABC2E
Black with #3ABC2E
Text Example
Text Example
White with #3ABC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC2E; }
p { color: rgb(58,188,46); }
H1.HeaderClassName
{
color: #3ABC2E;
}
.AnyTagClassName
{
color: #3ABC2E;
}
</style>
background-color css
<style>
a { background-color: #3ABC2E; }
a { background-color: rgb(58,188,46); }
div.DivClassName
{
background-color: #3ABC2E;
}
.BgClassName
{
background-color: #3ABC2E;
}
</style>
border-color css
<style>
span { border-color: #3ABC2E; }
span { border-color: rgb(58,188,46); }
td.TdClassName
{
border-color: #3ABC2E;
}
.TagClassName
{
border-color: #3ABC2E;
}
</style>