Shades of Lime Green #3AED46
Tints of Lime Green #3AED46
RGB
CMYK
RGB Variations
Color information
#3AED46 (or 0x3AED46) is known color: Lime Green. HEX triplet: 3A, ED and 46. RGB value is (58,237,70). Sum of RGB (Red+Green+Blue) = 58+237+70=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 237 (92.97% from 255 or 64.93% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED46 is #C512B9. Grayscale: #A4A4A4. Windows color (decimal): -12915386 or 4648250. OLE color: 4648250.
HSL color Cylindrical-coordinate representation of color #3AED46: hue angle of 124.02º 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 #3AED46 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 70 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.07 |
| HSL | 124.02º | 0.83% | 0.58% | - |
| HSV(B) | 124.02º | 0.76% | 0.93% | - |
| XYZ | 33.13 | 61.91 | 16 | - |
| YUV | 164.44 | 74.7 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 70 | 0.76 | 0 | 0.70 | 0.07 | 124.02 | 0.83 | 0.58 |
| Hex | 3A | ED | 46 | 4C | 0 | 46 | 7 | 7C | 53 | 3A |
| Octal | 72 | 355 | 106 | 114 | 0 | 106 | 7 | 174 | 123 | 72 |
| Binary | 111010 | 11101101 | 1000110 | 1001100 | 0 | 1000110 | 111 | 1111100 | 1010011 | 111010 |
Color Harmonies of #3AED46
Complementary color
Monochromatic Colors of #3AED46
Black with #3AED46
Text Example
Text Example
White with #3AED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AED46; }
p { color: rgb(58,237,70); }
H1.HeaderClassName
{
color: #3AED46;
}
.AnyTagClassName
{
color: #3AED46;
}
</style>
background-color css
<style>
a { background-color: #3AED46; }
a { background-color: rgb(58,237,70); }
div.DivClassName
{
background-color: #3AED46;
}
.BgClassName
{
background-color: #3AED46;
}
</style>
border-color css
<style>
span { border-color: #3AED46; }
span { border-color: rgb(58,237,70); }
td.TdClassName
{
border-color: #3AED46;
}
.TagClassName
{
border-color: #3AED46;
}
</style>