Shades of Lime Green #3DF649
Tints of Lime Green #3DF649
RGB
CMYK
RGB Variations
Color information
#3DF649 (or 0x3DF649) is known color: Lime Green. HEX triplet: 3D, F6 and 49. RGB value is (61,246,73). Sum of RGB (Red+Green+Blue) = 61+246+73=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF649 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF649 is #C209B6. Grayscale: #ABABAB. Windows color (decimal): -12716471 or 4847165. OLE color: 4847165.
HSL color Cylindrical-coordinate representation of color #3DF649: hue angle of 123.89º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF649 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 73 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.04 |
| HSL | 123.89º | 0.91% | 0.6% | - |
| HSV(B) | 123.89º | 0.75% | 0.96% | - |
| XYZ | 36.08 | 67.38 | 17.41 | - |
| YUV | 170.96 | 72.71 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 73 | 0.75 | 0 | 0.70 | 0.04 | 123.89 | 0.91 | 0.6 |
| Hex | 3D | F6 | 49 | 4B | 0 | 46 | 4 | 7C | 5B | 3C |
| Octal | 75 | 366 | 111 | 113 | 0 | 106 | 4 | 174 | 133 | 74 |
| Binary | 111101 | 11110110 | 1001001 | 1001011 | 0 | 1000110 | 100 | 1111100 | 1011011 | 111100 |
Color Harmonies of #3DF649
Complementary color
Monochromatic Colors of #3DF649
Black with #3DF649
Text Example
Text Example
White with #3DF649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF649; }
p { color: rgb(61,246,73); }
H1.HeaderClassName
{
color: #3DF649;
}
.AnyTagClassName
{
color: #3DF649;
}
</style>
background-color css
<style>
a { background-color: #3DF649; }
a { background-color: rgb(61,246,73); }
div.DivClassName
{
background-color: #3DF649;
}
.BgClassName
{
background-color: #3DF649;
}
</style>
border-color css
<style>
span { border-color: #3DF649; }
span { border-color: rgb(61,246,73); }
td.TdClassName
{
border-color: #3DF649;
}
.TagClassName
{
border-color: #3DF649;
}
</style>