Shades of Lime Green #3DD924
Tints of Lime Green #3DD924
RGB
CMYK
RGB Variations
Color information
#3DD924 (or 0x3DD924) is known color: Lime Green. HEX triplet: 3D, D9 and 24. RGB value is (61,217,36). Sum of RGB (Red+Green+Blue) = 61+217+36=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 217 (85.16% from 255 or 69.11% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD924 is #C226DB. Grayscale: #969696. Windows color (decimal): -12723932 or 2414909. OLE color: 2414909.
HSL color Cylindrical-coordinate representation of color #3DD924: hue angle of 111.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DD924 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 36 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.15 |
| HSL | 111.71º | 0.72% | 0.5% | - |
| HSV(B) | 111.71º | 0.83% | 0.85% | - |
| XYZ | 27.06 | 50.75 | 10.04 | - |
| YUV | 149.72 | 63.82 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 36 | 0.72 | 0 | 0.83 | 0.15 | 111.71 | 0.72 | 0.5 |
| Hex | 3D | D9 | 24 | 48 | 0 | 53 | F | 70 | 48 | 32 |
| Octal | 75 | 331 | 44 | 110 | 0 | 123 | 17 | 160 | 110 | 62 |
| Binary | 111101 | 11011001 | 100100 | 1001000 | 0 | 1010011 | 1111 | 1110000 | 1001000 | 110010 |
Color Harmonies of #3DD924
Complementary color
Monochromatic Colors of #3DD924
Black with #3DD924
Text Example
Text Example
White with #3DD924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD924; }
p { color: rgb(61,217,36); }
H1.HeaderClassName
{
color: #3DD924;
}
.AnyTagClassName
{
color: #3DD924;
}
</style>
background-color css
<style>
a { background-color: #3DD924; }
a { background-color: rgb(61,217,36); }
div.DivClassName
{
background-color: #3DD924;
}
.BgClassName
{
background-color: #3DD924;
}
</style>
border-color css
<style>
span { border-color: #3DD924; }
span { border-color: rgb(61,217,36); }
td.TdClassName
{
border-color: #3DD924;
}
.TagClassName
{
border-color: #3DD924;
}
</style>