Shades of Lime Green #3BDC43
Tints of Lime Green #3BDC43
RGB
CMYK
RGB Variations
Color information
#3BDC43 (or 0x3BDC43) is known color: Lime Green. HEX triplet: 3B, DC and 43. RGB value is (59,220,67). Sum of RGB (Red+Green+Blue) = 59+220+67=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC43 is #C423BC. Grayscale: #9A9A9A. Windows color (decimal): -12854205 or 4447291. OLE color: 4447291.
HSL color Cylindrical-coordinate representation of color #3BDC43: hue angle of 122.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC43 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 67 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.14 |
| HSL | 122.98º | 0.7% | 0.55% | - |
| HSV(B) | 122.98º | 0.73% | 0.86% | - |
| XYZ | 28.41 | 52.52 | 13.95 | - |
| YUV | 154.42 | 78.66 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 67 | 0.73 | 0 | 0.70 | 0.14 | 122.98 | 0.7 | 0.55 |
| Hex | 3B | DC | 43 | 49 | 0 | 46 | E | 7B | 46 | 37 |
| Octal | 73 | 334 | 103 | 111 | 0 | 106 | 16 | 173 | 106 | 67 |
| Binary | 111011 | 11011100 | 1000011 | 1001001 | 0 | 1000110 | 1110 | 1111011 | 1000110 | 110111 |
Color Harmonies of #3BDC43
Complementary color
Monochromatic Colors of #3BDC43
Black with #3BDC43
Text Example
Text Example
White with #3BDC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC43; }
p { color: rgb(59,220,67); }
H1.HeaderClassName
{
color: #3BDC43;
}
.AnyTagClassName
{
color: #3BDC43;
}
</style>
background-color css
<style>
a { background-color: #3BDC43; }
a { background-color: rgb(59,220,67); }
div.DivClassName
{
background-color: #3BDC43;
}
.BgClassName
{
background-color: #3BDC43;
}
</style>
border-color css
<style>
span { border-color: #3BDC43; }
span { border-color: rgb(59,220,67); }
td.TdClassName
{
border-color: #3BDC43;
}
.TagClassName
{
border-color: #3BDC43;
}
</style>