Shades of Lime Green #3DBE49
Tints of Lime Green #3DBE49
RGB
CMYK
RGB Variations
Color information
#3DBE49 (or 0x3DBE49) is known color: Lime Green. HEX triplet: 3D, BE and 49. RGB value is (61,190,73). Sum of RGB (Red+Green+Blue) = 61+190+73=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBE49 is #C241B6. Grayscale: #8A8A8A. Windows color (decimal): -12730807 or 4832829. OLE color: 4832829.
HSL color Cylindrical-coordinate representation of color #3DBE49: hue angle of 125.58º 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 #3DBE49 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 73 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.25 |
| HSL | 125.58º | 0.51% | 0.49% | - |
| HSV(B) | 125.58º | 0.68% | 0.75% | - |
| XYZ | 21.54 | 38.3 | 12.56 | - |
| YUV | 138.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 73 | 0.68 | 0 | 0.62 | 0.25 | 125.58 | 0.51 | 0.49 |
| Hex | 3D | BE | 49 | 44 | 0 | 3E | 19 | 7E | 33 | 31 |
| Octal | 75 | 276 | 111 | 104 | 0 | 76 | 31 | 176 | 63 | 61 |
| Binary | 111101 | 10111110 | 1001001 | 1000100 | 0 | 111110 | 11001 | 1111110 | 110011 | 110001 |
Color Harmonies of #3DBE49
Complementary color
Monochromatic Colors of #3DBE49
Black with #3DBE49
Text Example
Text Example
White with #3DBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE49; }
p { color: rgb(61,190,73); }
H1.HeaderClassName
{
color: #3DBE49;
}
.AnyTagClassName
{
color: #3DBE49;
}
</style>
background-color css
<style>
a { background-color: #3DBE49; }
a { background-color: rgb(61,190,73); }
div.DivClassName
{
background-color: #3DBE49;
}
.BgClassName
{
background-color: #3DBE49;
}
</style>
border-color css
<style>
span { border-color: #3DBE49; }
span { border-color: rgb(61,190,73); }
td.TdClassName
{
border-color: #3DBE49;
}
.TagClassName
{
border-color: #3DBE49;
}
</style>