Shades of Lime Green #3DF440
Tints of Lime Green #3DF440
RGB
CMYK
RGB Variations
Color information
#3DF440 (or 0x3DF440) is known color: Lime Green. HEX triplet: 3D, F4 and 40. RGB value is (61,244,64). Sum of RGB (Red+Green+Blue) = 61+244+64=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 244 (95.70% from 255 or 66.12% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF440 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF440 is #C20BBF. Grayscale: #A9A9A9. Windows color (decimal): -12716992 or 4256829. OLE color: 4256829.
HSL color Cylindrical-coordinate representation of color #3DF440: hue angle of 120.98º degrees, saturation: 0.89, 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 #3DF440 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 64 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.04 |
| HSL | 120.98º | 0.89% | 0.6% | - |
| HSV(B) | 120.98º | 0.75% | 0.96% | - |
| XYZ | 35.2 | 66.06 | 15.75 | - |
| YUV | 168.76 | 68.87 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 64 | 0.75 | 0 | 0.74 | 0.04 | 120.98 | 0.89 | 0.6 |
| Hex | 3D | F4 | 40 | 4B | 0 | 4A | 4 | 79 | 59 | 3C |
| Octal | 75 | 364 | 100 | 113 | 0 | 112 | 4 | 171 | 131 | 74 |
| Binary | 111101 | 11110100 | 1000000 | 1001011 | 0 | 1001010 | 100 | 1111001 | 1011001 | 111100 |
Color Harmonies of #3DF440
Complementary color
Monochromatic Colors of #3DF440
Black with #3DF440
Text Example
Text Example
White with #3DF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF440; }
p { color: rgb(61,244,64); }
H1.HeaderClassName
{
color: #3DF440;
}
.AnyTagClassName
{
color: #3DF440;
}
</style>
background-color css
<style>
a { background-color: #3DF440; }
a { background-color: rgb(61,244,64); }
div.DivClassName
{
background-color: #3DF440;
}
.BgClassName
{
background-color: #3DF440;
}
</style>
border-color css
<style>
span { border-color: #3DF440; }
span { border-color: rgb(61,244,64); }
td.TdClassName
{
border-color: #3DF440;
}
.TagClassName
{
border-color: #3DF440;
}
</style>