Shades of Lime Green #3DF539
Tints of Lime Green #3DF539
RGB
CMYK
RGB Variations
Color information
#3DF539 (or 0x3DF539) is known color: Lime Green. HEX triplet: 3D, F5 and 39. RGB value is (61,245,57). Sum of RGB (Red+Green+Blue) = 61+245+57=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF539 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF539 is #C20AC6. Grayscale: #A9A9A9. Windows color (decimal): -12716743 or 3798333. OLE color: 3798333.
HSL color Cylindrical-coordinate representation of color #3DF539: hue angle of 118.72º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DF539 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 57 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.04 |
| HSL | 118.72º | 0.9% | 0.59% | - |
| HSV(B) | 118.72º | 0.77% | 0.96% | - |
| XYZ | 35.32 | 66.59 | 14.86 | - |
| YUV | 168.55 | 65.04 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 57 | 0.75 | 0 | 0.77 | 0.04 | 118.72 | 0.9 | 0.59 |
| Hex | 3D | F5 | 39 | 4B | 0 | 4D | 4 | 77 | 5A | 3B |
| Octal | 75 | 365 | 71 | 113 | 0 | 115 | 4 | 167 | 132 | 73 |
| Binary | 111101 | 11110101 | 111001 | 1001011 | 0 | 1001101 | 100 | 1110111 | 1011010 | 111011 |
Color Harmonies of #3DF539
Complementary color
Monochromatic Colors of #3DF539
Black with #3DF539
Text Example
Text Example
White with #3DF539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF539; }
p { color: rgb(61,245,57); }
H1.HeaderClassName
{
color: #3DF539;
}
.AnyTagClassName
{
color: #3DF539;
}
</style>
background-color css
<style>
a { background-color: #3DF539; }
a { background-color: rgb(61,245,57); }
div.DivClassName
{
background-color: #3DF539;
}
.BgClassName
{
background-color: #3DF539;
}
</style>
border-color css
<style>
span { border-color: #3DF539; }
span { border-color: rgb(61,245,57); }
td.TdClassName
{
border-color: #3DF539;
}
.TagClassName
{
border-color: #3DF539;
}
</style>