Shades of Lime Green #3BDA29
Tints of Lime Green #3BDA29
RGB
CMYK
RGB Variations
Color information
#3BDA29 (or 0x3BDA29) is known color: Lime Green. HEX triplet: 3B, DA and 29. RGB value is (59,218,41). Sum of RGB (Red+Green+Blue) = 59+218+41=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA29 is #C425D6. Grayscale: #969696. Windows color (decimal): -12854743 or 2742843. OLE color: 2742843.
HSL color Cylindrical-coordinate representation of color #3BDA29: hue angle of 113.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BDA29 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 41 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.15 |
| HSL | 113.9º | 0.71% | 0.51% | - |
| HSV(B) | 113.9º | 0.81% | 0.85% | - |
| XYZ | 27.28 | 51.23 | 10.55 | - |
| YUV | 150.28 | 66.32 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 41 | 0.73 | 0 | 0.81 | 0.15 | 113.9 | 0.71 | 0.51 |
| Hex | 3B | DA | 29 | 49 | 0 | 51 | F | 72 | 47 | 33 |
| Octal | 73 | 332 | 51 | 111 | 0 | 121 | 17 | 162 | 107 | 63 |
| Binary | 111011 | 11011010 | 101001 | 1001001 | 0 | 1010001 | 1111 | 1110010 | 1000111 | 110011 |
Color Harmonies of #3BDA29
Complementary color
Monochromatic Colors of #3BDA29
Black with #3BDA29
Text Example
Text Example
White with #3BDA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA29; }
p { color: rgb(59,218,41); }
H1.HeaderClassName
{
color: #3BDA29;
}
.AnyTagClassName
{
color: #3BDA29;
}
</style>
background-color css
<style>
a { background-color: #3BDA29; }
a { background-color: rgb(59,218,41); }
div.DivClassName
{
background-color: #3BDA29;
}
.BgClassName
{
background-color: #3BDA29;
}
</style>
border-color css
<style>
span { border-color: #3BDA29; }
span { border-color: rgb(59,218,41); }
td.TdClassName
{
border-color: #3BDA29;
}
.TagClassName
{
border-color: #3BDA29;
}
</style>