Shades of Lime Green #3DD935
Tints of Lime Green #3DD935
RGB
CMYK
RGB Variations
Color information
#3DD935 (or 0x3DD935) is known color: Lime Green. HEX triplet: 3D, D9 and 35. RGB value is (61,217,53). Sum of RGB (Red+Green+Blue) = 61+217+53=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD935 is #C226CA. Grayscale: #989898. Windows color (decimal): -12723915 or 3529021. OLE color: 3529021.
HSL color Cylindrical-coordinate representation of color #3DD935: hue angle of 117.07º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DD935 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 53 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.15 |
| HSL | 117.07º | 0.68% | 0.53% | - |
| HSV(B) | 117.07º | 0.76% | 0.85% | - |
| XYZ | 27.38 | 50.87 | 11.74 | - |
| YUV | 151.66 | 72.32 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 53 | 0.72 | 0 | 0.76 | 0.15 | 117.07 | 0.68 | 0.53 |
| Hex | 3D | D9 | 35 | 48 | 0 | 4C | F | 75 | 44 | 35 |
| Octal | 75 | 331 | 65 | 110 | 0 | 114 | 17 | 165 | 104 | 65 |
| Binary | 111101 | 11011001 | 110101 | 1001000 | 0 | 1001100 | 1111 | 1110101 | 1000100 | 110101 |
Color Harmonies of #3DD935
Complementary color
Monochromatic Colors of #3DD935
Black with #3DD935
Text Example
Text Example
White with #3DD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD935; }
p { color: rgb(61,217,53); }
H1.HeaderClassName
{
color: #3DD935;
}
.AnyTagClassName
{
color: #3DD935;
}
</style>
background-color css
<style>
a { background-color: #3DD935; }
a { background-color: rgb(61,217,53); }
div.DivClassName
{
background-color: #3DD935;
}
.BgClassName
{
background-color: #3DD935;
}
</style>
border-color css
<style>
span { border-color: #3DD935; }
span { border-color: rgb(61,217,53); }
td.TdClassName
{
border-color: #3DD935;
}
.TagClassName
{
border-color: #3DD935;
}
</style>