Shades of Lime Green #3BDA4D
Tints of Lime Green #3BDA4D
RGB
CMYK
RGB Variations
Color information
#3BDA4D (or 0x3BDA4D) is known color: Lime Green. HEX triplet: 3B, DA and 4D. RGB value is (59,218,77). Sum of RGB (Red+Green+Blue) = 59+218+77=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 218 (85.55% from 255 or 61.58% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDA4D is #C425B2. Grayscale: #9A9A9A. Windows color (decimal): -12854707 or 5102139. OLE color: 5102139.
HSL color Cylindrical-coordinate representation of color #3BDA4D: hue angle of 126.79º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDA4D is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 77 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.15 |
| HSL | 126.79º | 0.68% | 0.54% | - |
| HSV(B) | 126.79º | 0.73% | 0.85% | - |
| XYZ | 28.21 | 51.61 | 15.5 | - |
| YUV | 154.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 77 | 0.73 | 0 | 0.65 | 0.15 | 126.79 | 0.68 | 0.54 |
| Hex | 3B | DA | 4D | 49 | 0 | 41 | F | 7F | 44 | 36 |
| Octal | 73 | 332 | 115 | 111 | 0 | 101 | 17 | 177 | 104 | 66 |
| Binary | 111011 | 11011010 | 1001101 | 1001001 | 0 | 1000001 | 1111 | 1111111 | 1000100 | 110110 |
Color Harmonies of #3BDA4D
Complementary color
Monochromatic Colors of #3BDA4D
Black with #3BDA4D
Text Example
Text Example
White with #3BDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA4D; }
p { color: rgb(59,218,77); }
H1.HeaderClassName
{
color: #3BDA4D;
}
.AnyTagClassName
{
color: #3BDA4D;
}
</style>
background-color css
<style>
a { background-color: #3BDA4D; }
a { background-color: rgb(59,218,77); }
div.DivClassName
{
background-color: #3BDA4D;
}
.BgClassName
{
background-color: #3BDA4D;
}
</style>
border-color css
<style>
span { border-color: #3BDA4D; }
span { border-color: rgb(59,218,77); }
td.TdClassName
{
border-color: #3BDA4D;
}
.TagClassName
{
border-color: #3BDA4D;
}
</style>