Shades of Lime Green #3ADE31
Tints of Lime Green #3ADE31
RGB
CMYK
RGB Variations
Color information
#3ADE31 (or 0x3ADE31) is known color: Lime Green. HEX triplet: 3A, DE and 31. RGB value is (58,222,49). Sum of RGB (Red+Green+Blue) = 58+222+49=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 222 (87.11% from 255 or 67.48% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADE31 is #C521CE. Grayscale: #999999. Windows color (decimal): -12919247 or 3268154. OLE color: 3268154.
HSL color Cylindrical-coordinate representation of color #3ADE31: hue angle of 116.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ADE31 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 49 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.13 |
| HSL | 116.88º | 0.72% | 0.53% | - |
| HSV(B) | 116.88º | 0.78% | 0.87% | - |
| XYZ | 28.42 | 53.36 | 11.71 | - |
| YUV | 153.24 | 69.17 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 49 | 0.74 | 0 | 0.78 | 0.13 | 116.88 | 0.72 | 0.53 |
| Hex | 3A | DE | 31 | 4A | 0 | 4E | D | 75 | 48 | 35 |
| Octal | 72 | 336 | 61 | 112 | 0 | 116 | 15 | 165 | 110 | 65 |
| Binary | 111010 | 11011110 | 110001 | 1001010 | 0 | 1001110 | 1101 | 1110101 | 1001000 | 110101 |
Color Harmonies of #3ADE31
Complementary color
Monochromatic Colors of #3ADE31
Black with #3ADE31
Text Example
Text Example
White with #3ADE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE31; }
p { color: rgb(58,222,49); }
H1.HeaderClassName
{
color: #3ADE31;
}
.AnyTagClassName
{
color: #3ADE31;
}
</style>
background-color css
<style>
a { background-color: #3ADE31; }
a { background-color: rgb(58,222,49); }
div.DivClassName
{
background-color: #3ADE31;
}
.BgClassName
{
background-color: #3ADE31;
}
</style>
border-color css
<style>
span { border-color: #3ADE31; }
span { border-color: rgb(58,222,49); }
td.TdClassName
{
border-color: #3ADE31;
}
.TagClassName
{
border-color: #3ADE31;
}
</style>