Shades of Lime Green #3BD629
Tints of Lime Green #3BD629
RGB
CMYK
RGB Variations
Color information
#3BD629 (or 0x3BD629) is known color: Lime Green. HEX triplet: 3B, D6 and 29. RGB value is (59,214,41). Sum of RGB (Red+Green+Blue) = 59+214+41=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD629 is #C429D6. Grayscale: #949494. Windows color (decimal): -12855767 or 2741819. OLE color: 2741819.
HSL color Cylindrical-coordinate representation of color #3BD629: hue angle of 113.76º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BD629 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 41 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.16 |
| HSL | 113.76º | 0.68% | 0.5% | - |
| HSV(B) | 113.76º | 0.81% | 0.84% | - |
| XYZ | 26.25 | 49.18 | 10.21 | - |
| YUV | 147.93 | 67.65 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 41 | 0.72 | 0 | 0.81 | 0.16 | 113.76 | 0.68 | 0.5 |
| Hex | 3B | D6 | 29 | 48 | 0 | 51 | 10 | 72 | 44 | 32 |
| Octal | 73 | 326 | 51 | 110 | 0 | 121 | 20 | 162 | 104 | 62 |
| Binary | 111011 | 11010110 | 101001 | 1001000 | 0 | 1010001 | 10000 | 1110010 | 1000100 | 110010 |
Color Harmonies of #3BD629
Complementary color
Monochromatic Colors of #3BD629
Black with #3BD629
Text Example
Text Example
White with #3BD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD629; }
p { color: rgb(59,214,41); }
H1.HeaderClassName
{
color: #3BD629;
}
.AnyTagClassName
{
color: #3BD629;
}
</style>
background-color css
<style>
a { background-color: #3BD629; }
a { background-color: rgb(59,214,41); }
div.DivClassName
{
background-color: #3BD629;
}
.BgClassName
{
background-color: #3BD629;
}
</style>
border-color css
<style>
span { border-color: #3BD629; }
span { border-color: rgb(59,214,41); }
td.TdClassName
{
border-color: #3BD629;
}
.TagClassName
{
border-color: #3BD629;
}
</style>