Shades of Lime Green #3ADB43
Tints of Lime Green #3ADB43
RGB
CMYK
RGB Variations
Color information
#3ADB43 (or 0x3ADB43) is known color: Lime Green. HEX triplet: 3A, DB and 43. RGB value is (58,219,67). Sum of RGB (Red+Green+Blue) = 58+219+67=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 219 (85.94% from 255 or 63.66% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADB43 is #C524BC. Grayscale: #999999. Windows color (decimal): -12919997 or 4447034. OLE color: 4447034.
HSL color Cylindrical-coordinate representation of color #3ADB43: hue angle of 123.35º 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 #3ADB43 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 67 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.14 |
| HSL | 123.35º | 0.69% | 0.54% | - |
| HSV(B) | 123.35º | 0.74% | 0.86% | - |
| XYZ | 28.09 | 51.97 | 13.86 | - |
| YUV | 153.53 | 79.16 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 67 | 0.74 | 0 | 0.69 | 0.14 | 123.35 | 0.69 | 0.54 |
| Hex | 3A | DB | 43 | 4A | 0 | 45 | E | 7B | 45 | 36 |
| Octal | 72 | 333 | 103 | 112 | 0 | 105 | 16 | 173 | 105 | 66 |
| Binary | 111010 | 11011011 | 1000011 | 1001010 | 0 | 1000101 | 1110 | 1111011 | 1000101 | 110110 |
Color Harmonies of #3ADB43
Complementary color
Monochromatic Colors of #3ADB43
Black with #3ADB43
Text Example
Text Example
White with #3ADB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB43; }
p { color: rgb(58,219,67); }
H1.HeaderClassName
{
color: #3ADB43;
}
.AnyTagClassName
{
color: #3ADB43;
}
</style>
background-color css
<style>
a { background-color: #3ADB43; }
a { background-color: rgb(58,219,67); }
div.DivClassName
{
background-color: #3ADB43;
}
.BgClassName
{
background-color: #3ADB43;
}
</style>
border-color css
<style>
span { border-color: #3ADB43; }
span { border-color: rgb(58,219,67); }
td.TdClassName
{
border-color: #3ADB43;
}
.TagClassName
{
border-color: #3ADB43;
}
</style>