Shades of Lime Green #3DBC46
Tints of Lime Green #3DBC46
RGB
CMYK
RGB Variations
Color information
#3DBC46 (or 0x3DBC46) is known color: Lime Green. HEX triplet: 3D, BC and 46. RGB value is (61,188,70). Sum of RGB (Red+Green+Blue) = 61+188+70=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC46 is #C243B9. Grayscale: #888888. Windows color (decimal): -12731322 or 4635709. OLE color: 4635709.
HSL color Cylindrical-coordinate representation of color #3DBC46: hue angle of 124.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC46 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 70 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.26 |
| HSL | 124.25º | 0.51% | 0.49% | - |
| HSV(B) | 124.25º | 0.68% | 0.74% | - |
| XYZ | 21.01 | 37.4 | 11.91 | - |
| YUV | 136.58 | 90.42 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 70 | 0.68 | 0 | 0.63 | 0.26 | 124.25 | 0.51 | 0.49 |
| Hex | 3D | BC | 46 | 44 | 0 | 3F | 1A | 7C | 33 | 31 |
| Octal | 75 | 274 | 106 | 104 | 0 | 77 | 32 | 174 | 63 | 61 |
| Binary | 111101 | 10111100 | 1000110 | 1000100 | 0 | 111111 | 11010 | 1111100 | 110011 | 110001 |
Color Harmonies of #3DBC46
Complementary color
Monochromatic Colors of #3DBC46
Black with #3DBC46
Text Example
Text Example
White with #3DBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC46; }
p { color: rgb(61,188,70); }
H1.HeaderClassName
{
color: #3DBC46;
}
.AnyTagClassName
{
color: #3DBC46;
}
</style>
background-color css
<style>
a { background-color: #3DBC46; }
a { background-color: rgb(61,188,70); }
div.DivClassName
{
background-color: #3DBC46;
}
.BgClassName
{
background-color: #3DBC46;
}
</style>
border-color css
<style>
span { border-color: #3DBC46; }
span { border-color: rgb(61,188,70); }
td.TdClassName
{
border-color: #3DBC46;
}
.TagClassName
{
border-color: #3DBC46;
}
</style>