Shades of Lime Green #3BD72C
Tints of Lime Green #3BD72C
RGB
CMYK
RGB Variations
Color information
#3BD72C (or 0x3BD72C) is known color: Lime Green. HEX triplet: 3B, D7 and 2C. RGB value is (59,215,44). Sum of RGB (Red+Green+Blue) = 59+215+44=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 215 (84.38% from 255 or 67.61% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD72C is #C428D3. Grayscale: #959595. Windows color (decimal): -12855508 or 2938683. OLE color: 2938683.
HSL color Cylindrical-coordinate representation of color #3BD72C: hue angle of 114.74º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BD72C is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 44 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.16 |
| HSL | 114.74º | 0.68% | 0.51% | - |
| HSV(B) | 114.74º | 0.8% | 0.84% | - |
| XYZ | 26.56 | 49.71 | 10.58 | - |
| YUV | 148.86 | 68.82 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 44 | 0.73 | 0 | 0.80 | 0.16 | 114.74 | 0.68 | 0.51 |
| Hex | 3B | D7 | 2C | 49 | 0 | 50 | 10 | 73 | 44 | 33 |
| Octal | 73 | 327 | 54 | 111 | 0 | 120 | 20 | 163 | 104 | 63 |
| Binary | 111011 | 11010111 | 101100 | 1001001 | 0 | 1010000 | 10000 | 1110011 | 1000100 | 110011 |
Color Harmonies of #3BD72C
Complementary color
Monochromatic Colors of #3BD72C
Black with #3BD72C
Text Example
Text Example
White with #3BD72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD72C; }
p { color: rgb(59,215,44); }
H1.HeaderClassName
{
color: #3BD72C;
}
.AnyTagClassName
{
color: #3BD72C;
}
</style>
background-color css
<style>
a { background-color: #3BD72C; }
a { background-color: rgb(59,215,44); }
div.DivClassName
{
background-color: #3BD72C;
}
.BgClassName
{
background-color: #3BD72C;
}
</style>
border-color css
<style>
span { border-color: #3BD72C; }
span { border-color: rgb(59,215,44); }
td.TdClassName
{
border-color: #3BD72C;
}
.TagClassName
{
border-color: #3BD72C;
}
</style>