Shades of Lime Green #3BD83F
Tints of Lime Green #3BD83F
RGB
CMYK
RGB Variations
Color information
#3BD83F (or 0x3BD83F) is known color: Lime Green. HEX triplet: 3B, D8 and 3F. RGB value is (59,216,63). Sum of RGB (Red+Green+Blue) = 59+216+63=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 216 (84.77% from 255 or 63.91% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD83F is #C427C0. Grayscale: #989898. Windows color (decimal): -12855233 or 4184123. OLE color: 4184123.
HSL color Cylindrical-coordinate representation of color #3BD83F: hue angle of 121.53º degrees, saturation: 0.67, 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 #3BD83F is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 216 | 63 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.15 |
| HSL | 121.53º | 0.67% | 0.54% | - |
| HSV(B) | 121.53º | 0.73% | 0.85% | - |
| XYZ | 27.26 | 50.4 | 12.99 | - |
| YUV | 151.62 | 77.99 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 216 | 63 | 0.73 | 0 | 0.71 | 0.15 | 121.53 | 0.67 | 0.54 |
| Hex | 3B | D8 | 3F | 49 | 0 | 47 | F | 7A | 43 | 36 |
| Octal | 73 | 330 | 77 | 111 | 0 | 107 | 17 | 172 | 103 | 66 |
| Binary | 111011 | 11011000 | 111111 | 1001001 | 0 | 1000111 | 1111 | 1111010 | 1000011 | 110110 |
Color Harmonies of #3BD83F
Complementary color
Monochromatic Colors of #3BD83F
Black with #3BD83F
Text Example
Text Example
White with #3BD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD83F; }
p { color: rgb(59,216,63); }
H1.HeaderClassName
{
color: #3BD83F;
}
.AnyTagClassName
{
color: #3BD83F;
}
</style>
background-color css
<style>
a { background-color: #3BD83F; }
a { background-color: rgb(59,216,63); }
div.DivClassName
{
background-color: #3BD83F;
}
.BgClassName
{
background-color: #3BD83F;
}
</style>
border-color css
<style>
span { border-color: #3BD83F; }
span { border-color: rgb(59,216,63); }
td.TdClassName
{
border-color: #3BD83F;
}
.TagClassName
{
border-color: #3BD83F;
}
</style>