Shades of Lime Green #3ADE1E
Tints of Lime Green #3ADE1E
RGB
CMYK
RGB Variations
Color information
#3ADE1E (or 0x3ADE1E) is known color: Lime Green. HEX triplet: 3A, DE and 1E. RGB value is (58,222,30). Sum of RGB (Red+Green+Blue) = 58+222+30=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADE1E is #C521E1. Grayscale: #979797. Windows color (decimal): -12919266 or 2022970. OLE color: 2022970.
HSL color Cylindrical-coordinate representation of color #3ADE1E: hue angle of 111.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3ADE1E is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 30 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.13 |
| HSL | 111.25º | 0.76% | 0.49% | - |
| HSV(B) | 111.25º | 0.86% | 0.87% | - |
| XYZ | 28.1 | 53.24 | 10.02 | - |
| YUV | 151.08 | 59.67 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 30 | 0.74 | 0 | 0.86 | 0.13 | 111.25 | 0.76 | 0.49 |
| Hex | 3A | DE | 1E | 4A | 0 | 56 | D | 6F | 4C | 31 |
| Octal | 72 | 336 | 36 | 112 | 0 | 126 | 15 | 157 | 114 | 61 |
| Binary | 111010 | 11011110 | 11110 | 1001010 | 0 | 1010110 | 1101 | 1101111 | 1001100 | 110001 |
Color Harmonies of #3ADE1E
Complementary color
Monochromatic Colors of #3ADE1E
Black with #3ADE1E
Text Example
Text Example
White with #3ADE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE1E; }
p { color: rgb(58,222,30); }
H1.HeaderClassName
{
color: #3ADE1E;
}
.AnyTagClassName
{
color: #3ADE1E;
}
</style>
background-color css
<style>
a { background-color: #3ADE1E; }
a { background-color: rgb(58,222,30); }
div.DivClassName
{
background-color: #3ADE1E;
}
.BgClassName
{
background-color: #3ADE1E;
}
</style>
border-color css
<style>
span { border-color: #3ADE1E; }
span { border-color: rgb(58,222,30); }
td.TdClassName
{
border-color: #3ADE1E;
}
.TagClassName
{
border-color: #3ADE1E;
}
</style>