Shades of Lime Green #3DF52E
Tints of Lime Green #3DF52E
RGB
CMYK
RGB Variations
Color information
#3DF52E (or 0x3DF52E) is known color: Lime Green. HEX triplet: 3D, F5 and 2E. RGB value is (61,245,46). Sum of RGB (Red+Green+Blue) = 61+245+46=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 245 (96.09% from 255 or 69.60% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF52E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF52E is #C20AD1. Grayscale: #A7A7A7. Windows color (decimal): -12716754 or 3077437. OLE color: 3077437.
HSL color Cylindrical-coordinate representation of color #3DF52E: hue angle of 115.48º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DF52E is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 46 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.04 |
| HSL | 115.48º | 0.91% | 0.57% | - |
| HSV(B) | 115.48º | 0.81% | 0.96% | - |
| XYZ | 35.07 | 66.49 | 13.57 | - |
| YUV | 167.3 | 59.54 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 46 | 0.75 | 0 | 0.81 | 0.04 | 115.48 | 0.91 | 0.57 |
| Hex | 3D | F5 | 2E | 4B | 0 | 51 | 4 | 73 | 5B | 39 |
| Octal | 75 | 365 | 56 | 113 | 0 | 121 | 4 | 163 | 133 | 71 |
| Binary | 111101 | 11110101 | 101110 | 1001011 | 0 | 1010001 | 100 | 1110011 | 1011011 | 111001 |
Color Harmonies of #3DF52E
Complementary color
Monochromatic Colors of #3DF52E
Black with #3DF52E
Text Example
Text Example
White with #3DF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF52E; }
p { color: rgb(61,245,46); }
H1.HeaderClassName
{
color: #3DF52E;
}
.AnyTagClassName
{
color: #3DF52E;
}
</style>
background-color css
<style>
a { background-color: #3DF52E; }
a { background-color: rgb(61,245,46); }
div.DivClassName
{
background-color: #3DF52E;
}
.BgClassName
{
background-color: #3DF52E;
}
</style>
border-color css
<style>
span { border-color: #3DF52E; }
span { border-color: rgb(61,245,46); }
td.TdClassName
{
border-color: #3DF52E;
}
.TagClassName
{
border-color: #3DF52E;
}
</style>