Shades of Lime Green #3ADB51
Tints of Lime Green #3ADB51
RGB
CMYK
RGB Variations
Color information
#3ADB51 (or 0x3ADB51) is known color: Lime Green. HEX triplet: 3A, DB and 51. RGB value is (58,219,81). Sum of RGB (Red+Green+Blue) = 58+219+81=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 219 (85.94% from 255 or 61.17% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADB51 is #C524AE. Grayscale: #9B9B9B. Windows color (decimal): -12919983 or 5364538. OLE color: 5364538.
HSL color Cylindrical-coordinate representation of color #3ADB51: hue angle of 128.57º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADB51 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 81 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.14 |
| HSL | 128.57º | 0.69% | 0.54% | - |
| HSV(B) | 128.57º | 0.74% | 0.86% | - |
| XYZ | 28.56 | 52.16 | 16.35 | - |
| YUV | 155.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 81 | 0.74 | 0 | 0.63 | 0.14 | 128.57 | 0.69 | 0.54 |
| Hex | 3A | DB | 51 | 4A | 0 | 3F | E | 81 | 45 | 36 |
| Octal | 72 | 333 | 121 | 112 | 0 | 77 | 16 | 201 | 105 | 66 |
| Binary | 111010 | 11011011 | 1010001 | 1001010 | 0 | 111111 | 1110 | 10000001 | 1000101 | 110110 |
Color Harmonies of #3ADB51
Complementary color
Monochromatic Colors of #3ADB51
Black with #3ADB51
Text Example
Text Example
White with #3ADB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB51; }
p { color: rgb(58,219,81); }
H1.HeaderClassName
{
color: #3ADB51;
}
.AnyTagClassName
{
color: #3ADB51;
}
</style>
background-color css
<style>
a { background-color: #3ADB51; }
a { background-color: rgb(58,219,81); }
div.DivClassName
{
background-color: #3ADB51;
}
.BgClassName
{
background-color: #3ADB51;
}
</style>
border-color css
<style>
span { border-color: #3ADB51; }
span { border-color: rgb(58,219,81); }
td.TdClassName
{
border-color: #3ADB51;
}
.TagClassName
{
border-color: #3ADB51;
}
</style>