Shades of Lime Green #3DB82E
Tints of Lime Green #3DB82E
RGB
CMYK
RGB Variations
Color information
#3DB82E (or 0x3DB82E) is known color: Lime Green. HEX triplet: 3D, B8 and 2E. RGB value is (61,184,46). Sum of RGB (Red+Green+Blue) = 61+184+46=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB82E is #C247D1. Grayscale: #838383. Windows color (decimal): -12732370 or 3061821. OLE color: 3061821.
HSL color Cylindrical-coordinate representation of color #3DB82E: hue angle of 113.48º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DB82E is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 184 | 46 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.28 |
| HSL | 113.48º | 0.6% | 0.45% | - |
| HSV(B) | 113.48º | 0.75% | 0.72% | - |
| XYZ | 19.56 | 35.47 | 8.4 | - |
| YUV | 131.49 | 79.75 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 184 | 46 | 0.67 | 0 | 0.75 | 0.28 | 113.48 | 0.6 | 0.45 |
| Hex | 3D | B8 | 2E | 43 | 0 | 4B | 1C | 71 | 3C | 2D |
| Octal | 75 | 270 | 56 | 103 | 0 | 113 | 34 | 161 | 74 | 55 |
| Binary | 111101 | 10111000 | 101110 | 1000011 | 0 | 1001011 | 11100 | 1110001 | 111100 | 101101 |
Color Harmonies of #3DB82E
Complementary color
Monochromatic Colors of #3DB82E
Black with #3DB82E
Text Example
Text Example
White with #3DB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB82E; }
p { color: rgb(61,184,46); }
H1.HeaderClassName
{
color: #3DB82E;
}
.AnyTagClassName
{
color: #3DB82E;
}
</style>
background-color css
<style>
a { background-color: #3DB82E; }
a { background-color: rgb(61,184,46); }
div.DivClassName
{
background-color: #3DB82E;
}
.BgClassName
{
background-color: #3DB82E;
}
</style>
border-color css
<style>
span { border-color: #3DB82E; }
span { border-color: rgb(61,184,46); }
td.TdClassName
{
border-color: #3DB82E;
}
.TagClassName
{
border-color: #3DB82E;
}
</style>