Shades of Lime Green #3ADD58
Tints of Lime Green #3ADD58
RGB
CMYK
RGB Variations
Color information
#3ADD58 (or 0x3ADD58) is known color: Lime Green. HEX triplet: 3A, DD and 58. RGB value is (58,221,88). Sum of RGB (Red+Green+Blue) = 58+221+88=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD58 is #C522A7. Grayscale: #9D9D9D. Windows color (decimal): -12919464 or 5823802. OLE color: 5823802.
HSL color Cylindrical-coordinate representation of color #3ADD58: hue angle of 131.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD58 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 88 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.13 |
| HSL | 131.04º | 0.71% | 0.55% | - |
| HSV(B) | 131.04º | 0.74% | 0.87% | - |
| XYZ | 29.36 | 53.32 | 17.98 | - |
| YUV | 157.1 | 89 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 88 | 0.74 | 0 | 0.60 | 0.13 | 131.04 | 0.71 | 0.55 |
| Hex | 3A | DD | 58 | 4A | 0 | 3C | D | 83 | 47 | 37 |
| Octal | 72 | 335 | 130 | 112 | 0 | 74 | 15 | 203 | 107 | 67 |
| Binary | 111010 | 11011101 | 1011000 | 1001010 | 0 | 111100 | 1101 | 10000011 | 1000111 | 110111 |
Color Harmonies of #3ADD58
Complementary color
Monochromatic Colors of #3ADD58
Black with #3ADD58
Text Example
Text Example
White with #3ADD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD58; }
p { color: rgb(58,221,88); }
H1.HeaderClassName
{
color: #3ADD58;
}
.AnyTagClassName
{
color: #3ADD58;
}
</style>
background-color css
<style>
a { background-color: #3ADD58; }
a { background-color: rgb(58,221,88); }
div.DivClassName
{
background-color: #3ADD58;
}
.BgClassName
{
background-color: #3ADD58;
}
</style>
border-color css
<style>
span { border-color: #3ADD58; }
span { border-color: rgb(58,221,88); }
td.TdClassName
{
border-color: #3ADD58;
}
.TagClassName
{
border-color: #3ADD58;
}
</style>