Shades of Lime Green #3DD73A
Tints of Lime Green #3DD73A
RGB
CMYK
RGB Variations
Color information
#3DD73A (or 0x3DD73A) is known color: Lime Green. HEX triplet: 3D, D7 and 3A. RGB value is (61,215,58). Sum of RGB (Red+Green+Blue) = 61+215+58=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD73A is #C228C5. Grayscale: #979797. Windows color (decimal): -12724422 or 3856189. OLE color: 3856189.
HSL color Cylindrical-coordinate representation of color #3DD73A: hue angle of 118.85º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DD73A is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 58 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.16 |
| HSL | 118.85º | 0.66% | 0.54% | - |
| HSV(B) | 118.85º | 0.73% | 0.84% | - |
| XYZ | 26.99 | 49.9 | 12.21 | - |
| YUV | 151.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 58 | 0.72 | 0 | 0.73 | 0.16 | 118.85 | 0.66 | 0.54 |
| Hex | 3D | D7 | 3A | 48 | 0 | 49 | 10 | 77 | 42 | 36 |
| Octal | 75 | 327 | 72 | 110 | 0 | 111 | 20 | 167 | 102 | 66 |
| Binary | 111101 | 11010111 | 111010 | 1001000 | 0 | 1001001 | 10000 | 1110111 | 1000010 | 110110 |
Color Harmonies of #3DD73A
Complementary color
Monochromatic Colors of #3DD73A
Black with #3DD73A
Text Example
Text Example
White with #3DD73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD73A; }
p { color: rgb(61,215,58); }
H1.HeaderClassName
{
color: #3DD73A;
}
.AnyTagClassName
{
color: #3DD73A;
}
</style>
background-color css
<style>
a { background-color: #3DD73A; }
a { background-color: rgb(61,215,58); }
div.DivClassName
{
background-color: #3DD73A;
}
.BgClassName
{
background-color: #3DD73A;
}
</style>
border-color css
<style>
span { border-color: #3DD73A; }
span { border-color: rgb(61,215,58); }
td.TdClassName
{
border-color: #3DD73A;
}
.TagClassName
{
border-color: #3DD73A;
}
</style>