Shades of Lime Green #3BDA45
Tints of Lime Green #3BDA45
RGB
CMYK
RGB Variations
Color information
#3BDA45 (or 0x3BDA45) is known color: Lime Green. HEX triplet: 3B, DA and 45. RGB value is (59,218,69). Sum of RGB (Red+Green+Blue) = 59+218+69=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA45 is #C425BA. Grayscale: #999999. Windows color (decimal): -12854715 or 4577851. OLE color: 4577851.
HSL color Cylindrical-coordinate representation of color #3BDA45: hue angle of 123.77º 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 #3BDA45 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 69 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.15 |
| HSL | 123.77º | 0.68% | 0.54% | - |
| HSV(B) | 123.77º | 0.73% | 0.85% | - |
| XYZ | 27.95 | 51.5 | 14.1 | - |
| YUV | 153.47 | 80.32 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 69 | 0.73 | 0 | 0.68 | 0.15 | 123.77 | 0.68 | 0.54 |
| Hex | 3B | DA | 45 | 49 | 0 | 44 | F | 7C | 44 | 36 |
| Octal | 73 | 332 | 105 | 111 | 0 | 104 | 17 | 174 | 104 | 66 |
| Binary | 111011 | 11011010 | 1000101 | 1001001 | 0 | 1000100 | 1111 | 1111100 | 1000100 | 110110 |
Color Harmonies of #3BDA45
Complementary color
Monochromatic Colors of #3BDA45
Black with #3BDA45
Text Example
Text Example
White with #3BDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA45; }
p { color: rgb(59,218,69); }
H1.HeaderClassName
{
color: #3BDA45;
}
.AnyTagClassName
{
color: #3BDA45;
}
</style>
background-color css
<style>
a { background-color: #3BDA45; }
a { background-color: rgb(59,218,69); }
div.DivClassName
{
background-color: #3BDA45;
}
.BgClassName
{
background-color: #3BDA45;
}
</style>
border-color css
<style>
span { border-color: #3BDA45; }
span { border-color: rgb(59,218,69); }
td.TdClassName
{
border-color: #3BDA45;
}
.TagClassName
{
border-color: #3BDA45;
}
</style>