Shades of Lime Green #3BD944
Tints of Lime Green #3BD944
RGB
CMYK
RGB Variations
Color information
#3BD944 (or 0x3BD944) is known color: Lime Green. HEX triplet: 3B, D9 and 44. RGB value is (59,217,68). Sum of RGB (Red+Green+Blue) = 59+217+68=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD944 is #C426BB. Grayscale: #999999. Windows color (decimal): -12854972 or 4512059. OLE color: 4512059.
HSL color Cylindrical-coordinate representation of color #3BD944: hue angle of 123.42º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD944 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 68 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.15 |
| HSL | 123.42º | 0.68% | 0.54% | - |
| HSV(B) | 123.42º | 0.73% | 0.85% | - |
| XYZ | 27.66 | 50.97 | 13.85 | - |
| YUV | 152.77 | 80.15 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 68 | 0.73 | 0 | 0.69 | 0.15 | 123.42 | 0.68 | 0.54 |
| Hex | 3B | D9 | 44 | 49 | 0 | 45 | F | 7B | 44 | 36 |
| Octal | 73 | 331 | 104 | 111 | 0 | 105 | 17 | 173 | 104 | 66 |
| Binary | 111011 | 11011001 | 1000100 | 1001001 | 0 | 1000101 | 1111 | 1111011 | 1000100 | 110110 |
Color Harmonies of #3BD944
Complementary color
Monochromatic Colors of #3BD944
Black with #3BD944
Text Example
Text Example
White with #3BD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD944; }
p { color: rgb(59,217,68); }
H1.HeaderClassName
{
color: #3BD944;
}
.AnyTagClassName
{
color: #3BD944;
}
</style>
background-color css
<style>
a { background-color: #3BD944; }
a { background-color: rgb(59,217,68); }
div.DivClassName
{
background-color: #3BD944;
}
.BgClassName
{
background-color: #3BD944;
}
</style>
border-color css
<style>
span { border-color: #3BD944; }
span { border-color: rgb(59,217,68); }
td.TdClassName
{
border-color: #3BD944;
}
.TagClassName
{
border-color: #3BD944;
}
</style>