Shades of Lime Green #3DF039
Tints of Lime Green #3DF039
RGB
CMYK
RGB Variations
Color information
#3DF039 (or 0x3DF039) is known color: Lime Green. HEX triplet: 3D, F0 and 39. RGB value is (61,240,57). Sum of RGB (Red+Green+Blue) = 61+240+57=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF039 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF039 is #C20FC6. Grayscale: #A6A6A6. Windows color (decimal): -12718023 or 3797053. OLE color: 3797053.
HSL color Cylindrical-coordinate representation of color #3DF039: hue angle of 118.69º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF039 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 57 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.06 |
| HSL | 118.69º | 0.86% | 0.58% | - |
| HSV(B) | 118.69º | 0.76% | 0.94% | - |
| XYZ | 33.82 | 63.61 | 14.37 | - |
| YUV | 165.62 | 66.7 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 57 | 0.75 | 0 | 0.76 | 0.06 | 118.69 | 0.86 | 0.58 |
| Hex | 3D | F0 | 39 | 4B | 0 | 4C | 6 | 77 | 56 | 3A |
| Octal | 75 | 360 | 71 | 113 | 0 | 114 | 6 | 167 | 126 | 72 |
| Binary | 111101 | 11110000 | 111001 | 1001011 | 0 | 1001100 | 110 | 1110111 | 1010110 | 111010 |
Color Harmonies of #3DF039
Complementary color
Monochromatic Colors of #3DF039
Black with #3DF039
Text Example
Text Example
White with #3DF039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF039; }
p { color: rgb(61,240,57); }
H1.HeaderClassName
{
color: #3DF039;
}
.AnyTagClassName
{
color: #3DF039;
}
</style>
background-color css
<style>
a { background-color: #3DF039; }
a { background-color: rgb(61,240,57); }
div.DivClassName
{
background-color: #3DF039;
}
.BgClassName
{
background-color: #3DF039;
}
</style>
border-color css
<style>
span { border-color: #3DF039; }
span { border-color: rgb(61,240,57); }
td.TdClassName
{
border-color: #3DF039;
}
.TagClassName
{
border-color: #3DF039;
}
</style>