Shades of Lime Green #3DD452
Tints of Lime Green #3DD452
RGB
CMYK
RGB Variations
Color information
#3DD452 (or 0x3DD452) is known color: Lime Green. HEX triplet: 3D, D4 and 52. RGB value is (61,212,82). Sum of RGB (Red+Green+Blue) = 61+212+82=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD452 is #C22BAD. Grayscale: #989898. Windows color (decimal): -12725166 or 5428285. OLE color: 5428285.
HSL color Cylindrical-coordinate representation of color #3DD452: hue angle of 128.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD452 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 212 | 82 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.17 |
| HSL | 128.34º | 0.64% | 0.54% | - |
| HSV(B) | 128.34º | 0.71% | 0.83% | - |
| XYZ | 26.99 | 48.69 | 15.96 | - |
| YUV | 152.03 | 88.47 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 82 | 0.71 | 0 | 0.61 | 0.17 | 128.34 | 0.64 | 0.54 |
| Hex | 3D | D4 | 52 | 47 | 0 | 3D | 11 | 80 | 40 | 36 |
| Octal | 75 | 324 | 122 | 107 | 0 | 75 | 21 | 200 | 100 | 66 |
| Binary | 111101 | 11010100 | 1010010 | 1000111 | 0 | 111101 | 10001 | 10000000 | 1000000 | 110110 |
Color Harmonies of #3DD452
Complementary color
Monochromatic Colors of #3DD452
Black with #3DD452
Text Example
Text Example
White with #3DD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD452; }
p { color: rgb(61,212,82); }
H1.HeaderClassName
{
color: #3DD452;
}
.AnyTagClassName
{
color: #3DD452;
}
</style>
background-color css
<style>
a { background-color: #3DD452; }
a { background-color: rgb(61,212,82); }
div.DivClassName
{
background-color: #3DD452;
}
.BgClassName
{
background-color: #3DD452;
}
</style>
border-color css
<style>
span { border-color: #3DD452; }
span { border-color: rgb(61,212,82); }
td.TdClassName
{
border-color: #3DD452;
}
.TagClassName
{
border-color: #3DD452;
}
</style>