Shades of Lime Green #3DD825
Tints of Lime Green #3DD825
RGB
CMYK
RGB Variations
Color information
#3DD825 (or 0x3DD825) is known color: Lime Green. HEX triplet: 3D, D8 and 25. RGB value is (61,216,37). Sum of RGB (Red+Green+Blue) = 61+216+37=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 216 (84.77% from 255 or 68.79% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD825 is #C227DA. Grayscale: #959595. Windows color (decimal): -12724187 or 2480189. OLE color: 2480189.
HSL color Cylindrical-coordinate representation of color #3DD825: hue angle of 111.96º degrees, saturation: 0.71, 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 #3DD825 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 37 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.15 |
| HSL | 111.96º | 0.71% | 0.5% | - |
| HSV(B) | 111.96º | 0.83% | 0.85% | - |
| XYZ | 26.81 | 50.24 | 10.03 | - |
| YUV | 149.25 | 64.65 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 37 | 0.72 | 0 | 0.83 | 0.15 | 111.96 | 0.71 | 0.5 |
| Hex | 3D | D8 | 25 | 48 | 0 | 53 | F | 70 | 47 | 32 |
| Octal | 75 | 330 | 45 | 110 | 0 | 123 | 17 | 160 | 107 | 62 |
| Binary | 111101 | 11011000 | 100101 | 1001000 | 0 | 1010011 | 1111 | 1110000 | 1000111 | 110010 |
Color Harmonies of #3DD825
Complementary color
Monochromatic Colors of #3DD825
Black with #3DD825
Text Example
Text Example
White with #3DD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD825; }
p { color: rgb(61,216,37); }
H1.HeaderClassName
{
color: #3DD825;
}
.AnyTagClassName
{
color: #3DD825;
}
</style>
background-color css
<style>
a { background-color: #3DD825; }
a { background-color: rgb(61,216,37); }
div.DivClassName
{
background-color: #3DD825;
}
.BgClassName
{
background-color: #3DD825;
}
</style>
border-color css
<style>
span { border-color: #3DD825; }
span { border-color: rgb(61,216,37); }
td.TdClassName
{
border-color: #3DD825;
}
.TagClassName
{
border-color: #3DD825;
}
</style>