Shades of Lime Green #3DF040
Tints of Lime Green #3DF040
RGB
CMYK
RGB Variations
Color information
#3DF040 (or 0x3DF040) is known color: Lime Green. HEX triplet: 3D, F0 and 40. RGB value is (61,240,64). Sum of RGB (Red+Green+Blue) = 61+240+64=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF040 is #C20FBF. Grayscale: #A6A6A6. Windows color (decimal): -12718016 or 4255805. OLE color: 4255805.
HSL color Cylindrical-coordinate representation of color #3DF040: hue angle of 121.01º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF040 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 64 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.06 |
| HSL | 121.01º | 0.86% | 0.59% | - |
| HSV(B) | 121.01º | 0.75% | 0.94% | - |
| XYZ | 34.01 | 63.68 | 15.35 | - |
| YUV | 166.42 | 70.2 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 64 | 0.75 | 0 | 0.73 | 0.06 | 121.01 | 0.86 | 0.59 |
| Hex | 3D | F0 | 40 | 4B | 0 | 49 | 6 | 79 | 56 | 3B |
| Octal | 75 | 360 | 100 | 113 | 0 | 111 | 6 | 171 | 126 | 73 |
| Binary | 111101 | 11110000 | 1000000 | 1001011 | 0 | 1001001 | 110 | 1111001 | 1010110 | 111011 |
Color Harmonies of #3DF040
Complementary color
Monochromatic Colors of #3DF040
Black with #3DF040
Text Example
Text Example
White with #3DF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF040; }
p { color: rgb(61,240,64); }
H1.HeaderClassName
{
color: #3DF040;
}
.AnyTagClassName
{
color: #3DF040;
}
</style>
background-color css
<style>
a { background-color: #3DF040; }
a { background-color: rgb(61,240,64); }
div.DivClassName
{
background-color: #3DF040;
}
.BgClassName
{
background-color: #3DF040;
}
</style>
border-color css
<style>
span { border-color: #3DF040; }
span { border-color: rgb(61,240,64); }
td.TdClassName
{
border-color: #3DF040;
}
.TagClassName
{
border-color: #3DF040;
}
</style>