Shades of Lime Green #3BDA4A
Tints of Lime Green #3BDA4A
RGB
CMYK
RGB Variations
Color information
#3BDA4A (or 0x3BDA4A) is known color: Lime Green. HEX triplet: 3B, DA and 4A. RGB value is (59,218,74). Sum of RGB (Red+Green+Blue) = 59+218+74=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 218 (85.55% from 255 or 62.11% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA4A is #C425B5. Grayscale: #9A9A9A. Windows color (decimal): -12854710 or 4905531. OLE color: 4905531.
HSL color Cylindrical-coordinate representation of color #3BDA4A: hue angle of 125.66º 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 #3BDA4A is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 74 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.15 |
| HSL | 125.66º | 0.68% | 0.54% | - |
| HSV(B) | 125.66º | 0.73% | 0.85% | - |
| XYZ | 28.11 | 51.57 | 14.95 | - |
| YUV | 154.04 | 82.82 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 74 | 0.73 | 0 | 0.66 | 0.15 | 125.66 | 0.68 | 0.54 |
| Hex | 3B | DA | 4A | 49 | 0 | 42 | F | 7E | 44 | 36 |
| Octal | 73 | 332 | 112 | 111 | 0 | 102 | 17 | 176 | 104 | 66 |
| Binary | 111011 | 11011010 | 1001010 | 1001001 | 0 | 1000010 | 1111 | 1111110 | 1000100 | 110110 |
Color Harmonies of #3BDA4A
Complementary color
Monochromatic Colors of #3BDA4A
Black with #3BDA4A
Text Example
Text Example
White with #3BDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA4A; }
p { color: rgb(59,218,74); }
H1.HeaderClassName
{
color: #3BDA4A;
}
.AnyTagClassName
{
color: #3BDA4A;
}
</style>
background-color css
<style>
a { background-color: #3BDA4A; }
a { background-color: rgb(59,218,74); }
div.DivClassName
{
background-color: #3BDA4A;
}
.BgClassName
{
background-color: #3BDA4A;
}
</style>
border-color css
<style>
span { border-color: #3BDA4A; }
span { border-color: rgb(59,218,74); }
td.TdClassName
{
border-color: #3BDA4A;
}
.TagClassName
{
border-color: #3BDA4A;
}
</style>