Shades of Lime Green #3ABC3E
Tints of Lime Green #3ABC3E
RGB
CMYK
RGB Variations
Color information
#3ABC3E (or 0x3ABC3E) is known color: Lime Green. HEX triplet: 3A, BC and 3E. RGB value is (58,188,62). Sum of RGB (Red+Green+Blue) = 58+188+62=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC3E is #C543C1. Grayscale: #878787. Windows color (decimal): -12927938 or 4111418. OLE color: 4111418.
HSL color Cylindrical-coordinate representation of color #3ABC3E: hue angle of 121.85º 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 #3ABC3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 62 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.26 |
| HSL | 121.85º | 0.53% | 0.48% | - |
| HSV(B) | 121.85º | 0.69% | 0.74% | - |
| XYZ | 20.6 | 37.21 | 10.65 | - |
| YUV | 134.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 62 | 0.69 | 0 | 0.67 | 0.26 | 121.85 | 0.53 | 0.48 |
| Hex | 3A | BC | 3E | 45 | 0 | 43 | 1A | 7A | 35 | 30 |
| Octal | 72 | 274 | 76 | 105 | 0 | 103 | 32 | 172 | 65 | 60 |
| Binary | 111010 | 10111100 | 111110 | 1000101 | 0 | 1000011 | 11010 | 1111010 | 110101 | 110000 |
Color Harmonies of #3ABC3E
Complementary color
Monochromatic Colors of #3ABC3E
Black with #3ABC3E
Text Example
Text Example
White with #3ABC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC3E; }
p { color: rgb(58,188,62); }
H1.HeaderClassName
{
color: #3ABC3E;
}
.AnyTagClassName
{
color: #3ABC3E;
}
</style>
background-color css
<style>
a { background-color: #3ABC3E; }
a { background-color: rgb(58,188,62); }
div.DivClassName
{
background-color: #3ABC3E;
}
.BgClassName
{
background-color: #3ABC3E;
}
</style>
border-color css
<style>
span { border-color: #3ABC3E; }
span { border-color: rgb(58,188,62); }
td.TdClassName
{
border-color: #3ABC3E;
}
.TagClassName
{
border-color: #3ABC3E;
}
</style>