Shades of Lime Green #3AED44
Tints of Lime Green #3AED44
RGB
CMYK
RGB Variations
Color information
#3AED44 (or 0x3AED44) is known color: Lime Green. HEX triplet: 3A, ED and 44. RGB value is (58,237,68). Sum of RGB (Red+Green+Blue) = 58+237+68=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED44 is #C512BB. Grayscale: #A4A4A4. Windows color (decimal): -12915388 or 4517178. OLE color: 4517178.
HSL color Cylindrical-coordinate representation of color #3AED44: hue angle of 123.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 #3AED44 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 68 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.07 |
| HSL | 123.35º | 0.83% | 0.58% | - |
| HSV(B) | 123.35º | 0.76% | 0.93% | - |
| XYZ | 33.07 | 61.89 | 15.67 | - |
| YUV | 164.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 68 | 0.76 | 0 | 0.71 | 0.07 | 123.35 | 0.83 | 0.58 |
| Hex | 3A | ED | 44 | 4C | 0 | 47 | 7 | 7B | 53 | 3A |
| Octal | 72 | 355 | 104 | 114 | 0 | 107 | 7 | 173 | 123 | 72 |
| Binary | 111010 | 11101101 | 1000100 | 1001100 | 0 | 1000111 | 111 | 1111011 | 1010011 | 111010 |
Color Harmonies of #3AED44
Complementary color
Monochromatic Colors of #3AED44
Black with #3AED44
Text Example
Text Example
White with #3AED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AED44; }
p { color: rgb(58,237,68); }
H1.HeaderClassName
{
color: #3AED44;
}
.AnyTagClassName
{
color: #3AED44;
}
</style>
background-color css
<style>
a { background-color: #3AED44; }
a { background-color: rgb(58,237,68); }
div.DivClassName
{
background-color: #3AED44;
}
.BgClassName
{
background-color: #3AED44;
}
</style>
border-color css
<style>
span { border-color: #3AED44; }
span { border-color: rgb(58,237,68); }
td.TdClassName
{
border-color: #3AED44;
}
.TagClassName
{
border-color: #3AED44;
}
</style>