Shades of Lime Green #3BD649
Tints of Lime Green #3BD649
RGB
CMYK
RGB Variations
Color information
#3BD649 (or 0x3BD649) is known color: Lime Green. HEX triplet: 3B, D6 and 49. RGB value is (59,214,73). Sum of RGB (Red+Green+Blue) = 59+214+73=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD649 is #C429B6. Grayscale: #979797. Windows color (decimal): -12855735 or 4838971. OLE color: 4838971.
HSL color Cylindrical-coordinate representation of color #3BD649: hue angle of 125.42º 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 #3BD649 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 73 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.16 |
| HSL | 125.42º | 0.65% | 0.54% | - |
| HSV(B) | 125.42º | 0.72% | 0.84% | - |
| XYZ | 27.05 | 49.5 | 14.43 | - |
| YUV | 151.58 | 83.65 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 73 | 0.72 | 0 | 0.66 | 0.16 | 125.42 | 0.65 | 0.54 |
| Hex | 3B | D6 | 49 | 48 | 0 | 42 | 10 | 7D | 41 | 36 |
| Octal | 73 | 326 | 111 | 110 | 0 | 102 | 20 | 175 | 101 | 66 |
| Binary | 111011 | 11010110 | 1001001 | 1001000 | 0 | 1000010 | 10000 | 1111101 | 1000001 | 110110 |
Color Harmonies of #3BD649
Complementary color
Monochromatic Colors of #3BD649
Black with #3BD649
Text Example
Text Example
White with #3BD649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD649; }
p { color: rgb(59,214,73); }
H1.HeaderClassName
{
color: #3BD649;
}
.AnyTagClassName
{
color: #3BD649;
}
</style>
background-color css
<style>
a { background-color: #3BD649; }
a { background-color: rgb(59,214,73); }
div.DivClassName
{
background-color: #3BD649;
}
.BgClassName
{
background-color: #3BD649;
}
</style>
border-color css
<style>
span { border-color: #3BD649; }
span { border-color: rgb(59,214,73); }
td.TdClassName
{
border-color: #3BD649;
}
.TagClassName
{
border-color: #3BD649;
}
</style>