Shades of Lime Green #3DC949
Tints of Lime Green #3DC949
RGB
CMYK
RGB Variations
Color information
#3DC949 (or 0x3DC949) is known color: Lime Green. HEX triplet: 3D, C9 and 49. RGB value is (61,201,73). Sum of RGB (Red+Green+Blue) = 61+201+73=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC949 is #C236B6. Grayscale: #909090. Windows color (decimal): -12727991 or 4835645. OLE color: 4835645.
HSL color Cylindrical-coordinate representation of color #3DC949: hue angle of 125.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC949 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 73 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.21 |
| HSL | 125.14º | 0.56% | 0.51% | - |
| HSV(B) | 125.14º | 0.7% | 0.79% | - |
| XYZ | 24.01 | 43.25 | 13.39 | - |
| YUV | 144.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 73 | 0.70 | 0 | 0.64 | 0.21 | 125.14 | 0.56 | 0.51 |
| Hex | 3D | C9 | 49 | 46 | 0 | 40 | 15 | 7D | 38 | 33 |
| Octal | 75 | 311 | 111 | 106 | 0 | 100 | 25 | 175 | 70 | 63 |
| Binary | 111101 | 11001001 | 1001001 | 1000110 | 0 | 1000000 | 10101 | 1111101 | 111000 | 110011 |
Color Harmonies of #3DC949
Complementary color
Monochromatic Colors of #3DC949
Black with #3DC949
Text Example
Text Example
White with #3DC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC949; }
p { color: rgb(61,201,73); }
H1.HeaderClassName
{
color: #3DC949;
}
.AnyTagClassName
{
color: #3DC949;
}
</style>
background-color css
<style>
a { background-color: #3DC949; }
a { background-color: rgb(61,201,73); }
div.DivClassName
{
background-color: #3DC949;
}
.BgClassName
{
background-color: #3DC949;
}
</style>
border-color css
<style>
span { border-color: #3DC949; }
span { border-color: rgb(61,201,73); }
td.TdClassName
{
border-color: #3DC949;
}
.TagClassName
{
border-color: #3DC949;
}
</style>