Shades of Lime Green #3DC249
Tints of Lime Green #3DC249
RGB
CMYK
RGB Variations
Color information
#3DC249 (or 0x3DC249) is known color: Lime Green. HEX triplet: 3D, C2 and 49. RGB value is (61,194,73). Sum of RGB (Red+Green+Blue) = 61+194+73=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC249 is #C23DB6. Grayscale: #8C8C8C. Windows color (decimal): -12729783 or 4833853. OLE color: 4833853.
HSL color Cylindrical-coordinate representation of color #3DC249: hue angle of 125.41º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC249 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 73 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.24 |
| HSL | 125.41º | 0.52% | 0.5% | - |
| HSV(B) | 125.41º | 0.69% | 0.76% | - |
| XYZ | 22.42 | 40.06 | 12.85 | - |
| YUV | 140.44 | 89.94 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 73 | 0.69 | 0 | 0.62 | 0.24 | 125.41 | 0.52 | 0.5 |
| Hex | 3D | C2 | 49 | 45 | 0 | 3E | 18 | 7D | 34 | 32 |
| Octal | 75 | 302 | 111 | 105 | 0 | 76 | 30 | 175 | 64 | 62 |
| Binary | 111101 | 11000010 | 1001001 | 1000101 | 0 | 111110 | 11000 | 1111101 | 110100 | 110010 |
Color Harmonies of #3DC249
Complementary color
Monochromatic Colors of #3DC249
Black with #3DC249
Text Example
Text Example
White with #3DC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC249; }
p { color: rgb(61,194,73); }
H1.HeaderClassName
{
color: #3DC249;
}
.AnyTagClassName
{
color: #3DC249;
}
</style>
background-color css
<style>
a { background-color: #3DC249; }
a { background-color: rgb(61,194,73); }
div.DivClassName
{
background-color: #3DC249;
}
.BgClassName
{
background-color: #3DC249;
}
</style>
border-color css
<style>
span { border-color: #3DC249; }
span { border-color: rgb(61,194,73); }
td.TdClassName
{
border-color: #3DC249;
}
.TagClassName
{
border-color: #3DC249;
}
</style>