Shades of Lime Green #3DED2D
Tints of Lime Green #3DED2D
RGB
CMYK
RGB Variations
Color information
#3DED2D (or 0x3DED2D) is known color: Lime Green. HEX triplet: 3D, ED and 2D. RGB value is (61,237,45). Sum of RGB (Red+Green+Blue) = 61+237+45=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 237 (92.97% from 255 or 69.10% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DED2D is #C212D2. Grayscale: #A3A3A3. Windows color (decimal): -12718803 or 3009853. OLE color: 3009853.
HSL color Cylindrical-coordinate representation of color #3DED2D: hue angle of 115º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DED2D is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 45 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.07 |
| HSL | 115º | 0.84% | 0.55% | - |
| HSV(B) | 115º | 0.81% | 0.93% | - |
| XYZ | 32.68 | 61.75 | 12.68 | - |
| YUV | 162.49 | 61.69 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 45 | 0.74 | 0 | 0.81 | 0.07 | 115 | 0.84 | 0.55 |
| Hex | 3D | ED | 2D | 4A | 0 | 51 | 7 | 73 | 54 | 37 |
| Octal | 75 | 355 | 55 | 112 | 0 | 121 | 7 | 163 | 124 | 67 |
| Binary | 111101 | 11101101 | 101101 | 1001010 | 0 | 1010001 | 111 | 1110011 | 1010100 | 110111 |
Color Harmonies of #3DED2D
Complementary color
Monochromatic Colors of #3DED2D
Black with #3DED2D
Text Example
Text Example
White with #3DED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED2D; }
p { color: rgb(61,237,45); }
H1.HeaderClassName
{
color: #3DED2D;
}
.AnyTagClassName
{
color: #3DED2D;
}
</style>
background-color css
<style>
a { background-color: #3DED2D; }
a { background-color: rgb(61,237,45); }
div.DivClassName
{
background-color: #3DED2D;
}
.BgClassName
{
background-color: #3DED2D;
}
</style>
border-color css
<style>
span { border-color: #3DED2D; }
span { border-color: rgb(61,237,45); }
td.TdClassName
{
border-color: #3DED2D;
}
.TagClassName
{
border-color: #3DED2D;
}
</style>