Shades of Lime Green #3DD852
Tints of Lime Green #3DD852
RGB
CMYK
RGB Variations
Color information
#3DD852 (or 0x3DD852) is known color: Lime Green. HEX triplet: 3D, D8 and 52. RGB value is (61,216,82). Sum of RGB (Red+Green+Blue) = 61+216+82=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD852 is #C227AD. Grayscale: #9A9A9A. Windows color (decimal): -12724142 or 5429309. OLE color: 5429309.
HSL color Cylindrical-coordinate representation of color #3DD852: hue angle of 128.13º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD852 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 82 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.15 |
| HSL | 128.13º | 0.67% | 0.54% | - |
| HSV(B) | 128.13º | 0.72% | 0.85% | - |
| XYZ | 28 | 50.71 | 16.3 | - |
| YUV | 154.38 | 87.15 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 82 | 0.72 | 0 | 0.62 | 0.15 | 128.13 | 0.67 | 0.54 |
| Hex | 3D | D8 | 52 | 48 | 0 | 3E | F | 80 | 43 | 36 |
| Octal | 75 | 330 | 122 | 110 | 0 | 76 | 17 | 200 | 103 | 66 |
| Binary | 111101 | 11011000 | 1010010 | 1001000 | 0 | 111110 | 1111 | 10000000 | 1000011 | 110110 |
Color Harmonies of #3DD852
Complementary color
Monochromatic Colors of #3DD852
Black with #3DD852
Text Example
Text Example
White with #3DD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD852; }
p { color: rgb(61,216,82); }
H1.HeaderClassName
{
color: #3DD852;
}
.AnyTagClassName
{
color: #3DD852;
}
</style>
background-color css
<style>
a { background-color: #3DD852; }
a { background-color: rgb(61,216,82); }
div.DivClassName
{
background-color: #3DD852;
}
.BgClassName
{
background-color: #3DD852;
}
</style>
border-color css
<style>
span { border-color: #3DD852; }
span { border-color: rgb(61,216,82); }
td.TdClassName
{
border-color: #3DD852;
}
.TagClassName
{
border-color: #3DD852;
}
</style>