Shades of Lime Green #3AED41
Tints of Lime Green #3AED41
RGB
CMYK
RGB Variations
Color information
#3AED41 (or 0x3AED41) is known color: Lime Green. HEX triplet: 3A, ED and 41. RGB value is (58,237,65). Sum of RGB (Red+Green+Blue) = 58+237+65=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 237 (92.97% from 255 or 65.83% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED41 is #C512BE. Grayscale: #A4A4A4. Windows color (decimal): -12915391 or 4320570. OLE color: 4320570.
HSL color Cylindrical-coordinate representation of color #3AED41: hue angle of 122.35º 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 #3AED41 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 65 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.07 |
| HSL | 122.35º | 0.83% | 0.58% | - |
| HSV(B) | 122.35º | 0.76% | 0.93% | - |
| XYZ | 32.98 | 61.85 | 15.2 | - |
| YUV | 163.87 | 72.2 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 65 | 0.76 | 0 | 0.73 | 0.07 | 122.35 | 0.83 | 0.58 |
| Hex | 3A | ED | 41 | 4C | 0 | 49 | 7 | 7A | 53 | 3A |
| Octal | 72 | 355 | 101 | 114 | 0 | 111 | 7 | 172 | 123 | 72 |
| Binary | 111010 | 11101101 | 1000001 | 1001100 | 0 | 1001001 | 111 | 1111010 | 1010011 | 111010 |
Color Harmonies of #3AED41
Complementary color
Monochromatic Colors of #3AED41
Black with #3AED41
Text Example
Text Example
White with #3AED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AED41; }
p { color: rgb(58,237,65); }
H1.HeaderClassName
{
color: #3AED41;
}
.AnyTagClassName
{
color: #3AED41;
}
</style>
background-color css
<style>
a { background-color: #3AED41; }
a { background-color: rgb(58,237,65); }
div.DivClassName
{
background-color: #3AED41;
}
.BgClassName
{
background-color: #3AED41;
}
</style>
border-color css
<style>
span { border-color: #3AED41; }
span { border-color: rgb(58,237,65); }
td.TdClassName
{
border-color: #3AED41;
}
.TagClassName
{
border-color: #3AED41;
}
</style>