Shades of Lime Green #3ADE25
Tints of Lime Green #3ADE25
RGB
CMYK
RGB Variations
Color information
#3ADE25 (or 0x3ADE25) is known color: Lime Green. HEX triplet: 3A, DE and 25. RGB value is (58,222,37). Sum of RGB (Red+Green+Blue) = 58+222+37=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 222 (87.11% from 255 or 70.03% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADE25 is #C521DA. Grayscale: #989898. Windows color (decimal): -12919259 or 2481722. OLE color: 2481722.
HSL color Cylindrical-coordinate representation of color #3ADE25: hue angle of 113.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3ADE25 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 37 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.13 |
| HSL | 113.19º | 0.74% | 0.51% | - |
| HSV(B) | 113.19º | 0.83% | 0.87% | - |
| XYZ | 28.2 | 53.28 | 10.55 | - |
| YUV | 151.87 | 63.17 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 37 | 0.74 | 0 | 0.83 | 0.13 | 113.19 | 0.74 | 0.51 |
| Hex | 3A | DE | 25 | 4A | 0 | 53 | D | 71 | 4A | 33 |
| Octal | 72 | 336 | 45 | 112 | 0 | 123 | 15 | 161 | 112 | 63 |
| Binary | 111010 | 11011110 | 100101 | 1001010 | 0 | 1010011 | 1101 | 1110001 | 1001010 | 110011 |
Color Harmonies of #3ADE25
Complementary color
Monochromatic Colors of #3ADE25
Black with #3ADE25
Text Example
Text Example
White with #3ADE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE25; }
p { color: rgb(58,222,37); }
H1.HeaderClassName
{
color: #3ADE25;
}
.AnyTagClassName
{
color: #3ADE25;
}
</style>
background-color css
<style>
a { background-color: #3ADE25; }
a { background-color: rgb(58,222,37); }
div.DivClassName
{
background-color: #3ADE25;
}
.BgClassName
{
background-color: #3ADE25;
}
</style>
border-color css
<style>
span { border-color: #3ADE25; }
span { border-color: rgb(58,222,37); }
td.TdClassName
{
border-color: #3ADE25;
}
.TagClassName
{
border-color: #3ADE25;
}
</style>