Shades of Lime Green #3BD644
Tints of Lime Green #3BD644
RGB
CMYK
RGB Variations
Color information
#3BD644 (or 0x3BD644) is known color: Lime Green. HEX triplet: 3B, D6 and 44. RGB value is (59,214,68). Sum of RGB (Red+Green+Blue) = 59+214+68=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD644 is #C429BB. Grayscale: #979797. Windows color (decimal): -12855740 or 4511291. OLE color: 4511291.
HSL color Cylindrical-coordinate representation of color #3BD644: hue angle of 123.48º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD644 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 68 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.16 |
| HSL | 123.48º | 0.65% | 0.54% | - |
| HSV(B) | 123.48º | 0.72% | 0.84% | - |
| XYZ | 26.89 | 49.44 | 13.59 | - |
| YUV | 151.01 | 81.15 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 68 | 0.72 | 0 | 0.68 | 0.16 | 123.48 | 0.65 | 0.54 |
| Hex | 3B | D6 | 44 | 48 | 0 | 44 | 10 | 7B | 41 | 36 |
| Octal | 73 | 326 | 104 | 110 | 0 | 104 | 20 | 173 | 101 | 66 |
| Binary | 111011 | 11010110 | 1000100 | 1001000 | 0 | 1000100 | 10000 | 1111011 | 1000001 | 110110 |
Color Harmonies of #3BD644
Complementary color
Monochromatic Colors of #3BD644
Black with #3BD644
Text Example
Text Example
White with #3BD644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD644; }
p { color: rgb(59,214,68); }
H1.HeaderClassName
{
color: #3BD644;
}
.AnyTagClassName
{
color: #3BD644;
}
</style>
background-color css
<style>
a { background-color: #3BD644; }
a { background-color: rgb(59,214,68); }
div.DivClassName
{
background-color: #3BD644;
}
.BgClassName
{
background-color: #3BD644;
}
</style>
border-color css
<style>
span { border-color: #3BD644; }
span { border-color: rgb(59,214,68); }
td.TdClassName
{
border-color: #3BD644;
}
.TagClassName
{
border-color: #3BD644;
}
</style>