Shades of Lime Green #3DBF49
Tints of Lime Green #3DBF49
RGB
CMYK
RGB Variations
Color information
#3DBF49 (or 0x3DBF49) is known color: Lime Green. HEX triplet: 3D, BF and 49. RGB value is (61,191,73). Sum of RGB (Red+Green+Blue) = 61+191+73=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF49 is #C240B6. Grayscale: #8B8B8B. Windows color (decimal): -12730551 or 4833085. OLE color: 4833085.
HSL color Cylindrical-coordinate representation of color #3DBF49: hue angle of 125.54º degrees, saturation: 0.52, 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 #3DBF49 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 73 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.25 |
| HSL | 125.54º | 0.52% | 0.49% | - |
| HSV(B) | 125.54º | 0.68% | 0.75% | - |
| XYZ | 21.76 | 38.73 | 12.63 | - |
| YUV | 138.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 73 | 0.68 | 0 | 0.62 | 0.25 | 125.54 | 0.52 | 0.49 |
| Hex | 3D | BF | 49 | 44 | 0 | 3E | 19 | 7E | 34 | 31 |
| Octal | 75 | 277 | 111 | 104 | 0 | 76 | 31 | 176 | 64 | 61 |
| Binary | 111101 | 10111111 | 1001001 | 1000100 | 0 | 111110 | 11001 | 1111110 | 110100 | 110001 |
Color Harmonies of #3DBF49
Complementary color
Monochromatic Colors of #3DBF49
Black with #3DBF49
Text Example
Text Example
White with #3DBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF49; }
p { color: rgb(61,191,73); }
H1.HeaderClassName
{
color: #3DBF49;
}
.AnyTagClassName
{
color: #3DBF49;
}
</style>
background-color css
<style>
a { background-color: #3DBF49; }
a { background-color: rgb(61,191,73); }
div.DivClassName
{
background-color: #3DBF49;
}
.BgClassName
{
background-color: #3DBF49;
}
</style>
border-color css
<style>
span { border-color: #3DBF49; }
span { border-color: rgb(61,191,73); }
td.TdClassName
{
border-color: #3DBF49;
}
.TagClassName
{
border-color: #3DBF49;
}
</style>