Shades of Lime Green #3BD641
Tints of Lime Green #3BD641
RGB
CMYK
RGB Variations
Color information
#3BD641 (or 0x3BD641) is known color: Lime Green. HEX triplet: 3B, D6 and 41. RGB value is (59,214,65). Sum of RGB (Red+Green+Blue) = 59+214+65=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD641 is #C429BE. Grayscale: #979797. Windows color (decimal): -12855743 or 4314683. OLE color: 4314683.
HSL color Cylindrical-coordinate representation of color #3BD641: hue angle of 122.32º 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 #3BD641 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 65 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.16 |
| HSL | 122.32º | 0.65% | 0.54% | - |
| HSV(B) | 122.32º | 0.72% | 0.84% | - |
| XYZ | 26.8 | 49.4 | 13.12 | - |
| YUV | 150.67 | 79.65 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 65 | 0.72 | 0 | 0.70 | 0.16 | 122.32 | 0.65 | 0.54 |
| Hex | 3B | D6 | 41 | 48 | 0 | 46 | 10 | 7A | 41 | 36 |
| Octal | 73 | 326 | 101 | 110 | 0 | 106 | 20 | 172 | 101 | 66 |
| Binary | 111011 | 11010110 | 1000001 | 1001000 | 0 | 1000110 | 10000 | 1111010 | 1000001 | 110110 |
Color Harmonies of #3BD641
Complementary color
Monochromatic Colors of #3BD641
Black with #3BD641
Text Example
Text Example
White with #3BD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD641; }
p { color: rgb(59,214,65); }
H1.HeaderClassName
{
color: #3BD641;
}
.AnyTagClassName
{
color: #3BD641;
}
</style>
background-color css
<style>
a { background-color: #3BD641; }
a { background-color: rgb(59,214,65); }
div.DivClassName
{
background-color: #3BD641;
}
.BgClassName
{
background-color: #3BD641;
}
</style>
border-color css
<style>
span { border-color: #3BD641; }
span { border-color: rgb(59,214,65); }
td.TdClassName
{
border-color: #3BD641;
}
.TagClassName
{
border-color: #3BD641;
}
</style>