Shades of Lime Green #3DC649
Tints of Lime Green #3DC649
RGB
CMYK
RGB Variations
Color information
#3DC649 (or 0x3DC649) is known color: Lime Green. HEX triplet: 3D, C6 and 49. RGB value is (61,198,73). Sum of RGB (Red+Green+Blue) = 61+198+73=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC649 is #C239B6. Grayscale: #8F8F8F. Windows color (decimal): -12728759 or 4834877. OLE color: 4834877.
HSL color Cylindrical-coordinate representation of color #3DC649: hue angle of 125.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC649 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 198 | 73 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.22 |
| HSL | 125.26º | 0.55% | 0.51% | - |
| HSV(B) | 125.26º | 0.69% | 0.78% | - |
| XYZ | 23.32 | 41.86 | 13.15 | - |
| YUV | 142.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 73 | 0.69 | 0 | 0.63 | 0.22 | 125.26 | 0.55 | 0.51 |
| Hex | 3D | C6 | 49 | 45 | 0 | 3F | 16 | 7D | 37 | 33 |
| Octal | 75 | 306 | 111 | 105 | 0 | 77 | 26 | 175 | 67 | 63 |
| Binary | 111101 | 11000110 | 1001001 | 1000101 | 0 | 111111 | 10110 | 1111101 | 110111 | 110011 |
Color Harmonies of #3DC649
Complementary color
Monochromatic Colors of #3DC649
Black with #3DC649
Text Example
Text Example
White with #3DC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC649; }
p { color: rgb(61,198,73); }
H1.HeaderClassName
{
color: #3DC649;
}
.AnyTagClassName
{
color: #3DC649;
}
</style>
background-color css
<style>
a { background-color: #3DC649; }
a { background-color: rgb(61,198,73); }
div.DivClassName
{
background-color: #3DC649;
}
.BgClassName
{
background-color: #3DC649;
}
</style>
border-color css
<style>
span { border-color: #3DC649; }
span { border-color: rgb(61,198,73); }
td.TdClassName
{
border-color: #3DC649;
}
.TagClassName
{
border-color: #3DC649;
}
</style>