Shades of Lime Green #3DBE46
Tints of Lime Green #3DBE46
RGB
CMYK
RGB Variations
Color information
#3DBE46 (or 0x3DBE46) is known color: Lime Green. HEX triplet: 3D, BE and 46. RGB value is (61,190,70). Sum of RGB (Red+Green+Blue) = 61+190+70=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBE46 is #C241B9. Grayscale: #8A8A8A. Windows color (decimal): -12730810 or 4636221. OLE color: 4636221.
HSL color Cylindrical-coordinate representation of color #3DBE46: hue angle of 124.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE46 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 70 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.25 |
| HSL | 124.19º | 0.51% | 0.49% | - |
| HSV(B) | 124.19º | 0.68% | 0.75% | - |
| XYZ | 21.44 | 38.26 | 12.05 | - |
| YUV | 137.75 | 89.76 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 70 | 0.68 | 0 | 0.63 | 0.25 | 124.19 | 0.51 | 0.49 |
| Hex | 3D | BE | 46 | 44 | 0 | 3F | 19 | 7C | 33 | 31 |
| Octal | 75 | 276 | 106 | 104 | 0 | 77 | 31 | 174 | 63 | 61 |
| Binary | 111101 | 10111110 | 1000110 | 1000100 | 0 | 111111 | 11001 | 1111100 | 110011 | 110001 |
Color Harmonies of #3DBE46
Complementary color
Monochromatic Colors of #3DBE46
Black with #3DBE46
Text Example
Text Example
White with #3DBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE46; }
p { color: rgb(61,190,70); }
H1.HeaderClassName
{
color: #3DBE46;
}
.AnyTagClassName
{
color: #3DBE46;
}
</style>
background-color css
<style>
a { background-color: #3DBE46; }
a { background-color: rgb(61,190,70); }
div.DivClassName
{
background-color: #3DBE46;
}
.BgClassName
{
background-color: #3DBE46;
}
</style>
border-color css
<style>
span { border-color: #3DBE46; }
span { border-color: rgb(61,190,70); }
td.TdClassName
{
border-color: #3DBE46;
}
.TagClassName
{
border-color: #3DBE46;
}
</style>