Shades of Lime Green #3AED50
Tints of Lime Green #3AED50
RGB
CMYK
RGB Variations
Color information
#3AED50 (or 0x3AED50) is known color: Lime Green. HEX triplet: 3A, ED and 50. RGB value is (58,237,80). Sum of RGB (Red+Green+Blue) = 58+237+80=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 237 (92.97% from 255 or 63.2% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AED50 is #C512AF. Grayscale: #A6A6A6. Windows color (decimal): -12915376 or 5303610. OLE color: 5303610.
HSL color Cylindrical-coordinate representation of color #3AED50: hue angle of 127.37º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AED50 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 80 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.07 |
| HSL | 127.37º | 0.83% | 0.58% | - |
| HSV(B) | 127.37º | 0.76% | 0.93% | - |
| XYZ | 33.48 | 62.05 | 17.8 | - |
| YUV | 165.58 | 79.7 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 80 | 0.76 | 0 | 0.66 | 0.07 | 127.37 | 0.83 | 0.58 |
| Hex | 3A | ED | 50 | 4C | 0 | 42 | 7 | 7F | 53 | 3A |
| Octal | 72 | 355 | 120 | 114 | 0 | 102 | 7 | 177 | 123 | 72 |
| Binary | 111010 | 11101101 | 1010000 | 1001100 | 0 | 1000010 | 111 | 1111111 | 1010011 | 111010 |
Color Harmonies of #3AED50
Complementary color
Monochromatic Colors of #3AED50
Black with #3AED50
Text Example
Text Example
White with #3AED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AED50; }
p { color: rgb(58,237,80); }
H1.HeaderClassName
{
color: #3AED50;
}
.AnyTagClassName
{
color: #3AED50;
}
</style>
background-color css
<style>
a { background-color: #3AED50; }
a { background-color: rgb(58,237,80); }
div.DivClassName
{
background-color: #3AED50;
}
.BgClassName
{
background-color: #3AED50;
}
</style>
border-color css
<style>
span { border-color: #3AED50; }
span { border-color: rgb(58,237,80); }
td.TdClassName
{
border-color: #3AED50;
}
.TagClassName
{
border-color: #3AED50;
}
</style>