Shades of Lime Green #3DD031
Tints of Lime Green #3DD031
RGB
CMYK
RGB Variations
Color information
#3DD031 (or 0x3DD031) is known color: Lime Green. HEX triplet: 3D, D0 and 31. RGB value is (61,208,49). Sum of RGB (Red+Green+Blue) = 61+208+49=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD031 is #C22FCE. Grayscale: #929292. Windows color (decimal): -12726223 or 3264573. OLE color: 3264573.
HSL color Cylindrical-coordinate representation of color #3DD031: hue angle of 115.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DD031 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 49 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.18 |
| HSL | 115.47º | 0.63% | 0.5% | - |
| HSV(B) | 115.47º | 0.76% | 0.82% | - |
| XYZ | 25.03 | 46.33 | 10.53 | - |
| YUV | 145.92 | 73.3 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 49 | 0.71 | 0 | 0.76 | 0.18 | 115.47 | 0.63 | 0.5 |
| Hex | 3D | D0 | 31 | 47 | 0 | 4C | 12 | 73 | 3F | 32 |
| Octal | 75 | 320 | 61 | 107 | 0 | 114 | 22 | 163 | 77 | 62 |
| Binary | 111101 | 11010000 | 110001 | 1000111 | 0 | 1001100 | 10010 | 1110011 | 111111 | 110010 |
Color Harmonies of #3DD031
Complementary color
Monochromatic Colors of #3DD031
Black with #3DD031
Text Example
Text Example
White with #3DD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD031; }
p { color: rgb(61,208,49); }
H1.HeaderClassName
{
color: #3DD031;
}
.AnyTagClassName
{
color: #3DD031;
}
</style>
background-color css
<style>
a { background-color: #3DD031; }
a { background-color: rgb(61,208,49); }
div.DivClassName
{
background-color: #3DD031;
}
.BgClassName
{
background-color: #3DD031;
}
</style>
border-color css
<style>
span { border-color: #3DD031; }
span { border-color: rgb(61,208,49); }
td.TdClassName
{
border-color: #3DD031;
}
.TagClassName
{
border-color: #3DD031;
}
</style>