Shades of Lime Green #3DF540
Tints of Lime Green #3DF540
RGB
CMYK
RGB Variations
Color information
#3DF540 (or 0x3DF540) is known color: Lime Green. HEX triplet: 3D, F5 and 40. RGB value is (61,245,64). Sum of RGB (Red+Green+Blue) = 61+245+64=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 245 (96.09% from 255 or 66.22% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF540 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF540 is #C20ABF. Grayscale: #A9A9A9. Windows color (decimal): -12716736 or 4257085. OLE color: 4257085.
HSL color Cylindrical-coordinate representation of color #3DF540: hue angle of 120.98º degrees, saturation: 0.9, 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 #3DF540 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 64 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.04 |
| HSL | 120.98º | 0.9% | 0.6% | - |
| HSV(B) | 120.98º | 0.75% | 0.96% | - |
| XYZ | 35.5 | 66.67 | 15.85 | - |
| YUV | 169.35 | 68.54 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 64 | 0.75 | 0 | 0.74 | 0.04 | 120.98 | 0.9 | 0.6 |
| Hex | 3D | F5 | 40 | 4B | 0 | 4A | 4 | 79 | 5A | 3C |
| Octal | 75 | 365 | 100 | 113 | 0 | 112 | 4 | 171 | 132 | 74 |
| Binary | 111101 | 11110101 | 1000000 | 1001011 | 0 | 1001010 | 100 | 1111001 | 1011010 | 111100 |
Color Harmonies of #3DF540
Complementary color
Monochromatic Colors of #3DF540
Black with #3DF540
Text Example
Text Example
White with #3DF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF540; }
p { color: rgb(61,245,64); }
H1.HeaderClassName
{
color: #3DF540;
}
.AnyTagClassName
{
color: #3DF540;
}
</style>
background-color css
<style>
a { background-color: #3DF540; }
a { background-color: rgb(61,245,64); }
div.DivClassName
{
background-color: #3DF540;
}
.BgClassName
{
background-color: #3DF540;
}
</style>
border-color css
<style>
span { border-color: #3DF540; }
span { border-color: rgb(61,245,64); }
td.TdClassName
{
border-color: #3DF540;
}
.TagClassName
{
border-color: #3DF540;
}
</style>