Shades of Lime Green #3DD43A
Tints of Lime Green #3DD43A
RGB
CMYK
RGB Variations
Color information
#3DD43A (or 0x3DD43A) is known color: Lime Green. HEX triplet: 3D, D4 and 3A. RGB value is (61,212,58). Sum of RGB (Red+Green+Blue) = 61+212+58=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD43A is #C22BC5. Grayscale: #959595. Windows color (decimal): -12725190 or 3855421. OLE color: 3855421.
HSL color Cylindrical-coordinate representation of color #3DD43A: hue angle of 118.83º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DD43A is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 212 | 58 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.17 |
| HSL | 118.83º | 0.64% | 0.53% | - |
| HSV(B) | 118.83º | 0.73% | 0.83% | - |
| XYZ | 26.23 | 48.38 | 11.96 | - |
| YUV | 149.3 | 76.47 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 212 | 58 | 0.71 | 0 | 0.73 | 0.17 | 118.83 | 0.64 | 0.53 |
| Hex | 3D | D4 | 3A | 47 | 0 | 49 | 11 | 77 | 40 | 35 |
| Octal | 75 | 324 | 72 | 107 | 0 | 111 | 21 | 167 | 100 | 65 |
| Binary | 111101 | 11010100 | 111010 | 1000111 | 0 | 1001001 | 10001 | 1110111 | 1000000 | 110101 |
Color Harmonies of #3DD43A
Complementary color
Monochromatic Colors of #3DD43A
Black with #3DD43A
Text Example
Text Example
White with #3DD43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD43A; }
p { color: rgb(61,212,58); }
H1.HeaderClassName
{
color: #3DD43A;
}
.AnyTagClassName
{
color: #3DD43A;
}
</style>
background-color css
<style>
a { background-color: #3DD43A; }
a { background-color: rgb(61,212,58); }
div.DivClassName
{
background-color: #3DD43A;
}
.BgClassName
{
background-color: #3DD43A;
}
</style>
border-color css
<style>
span { border-color: #3DD43A; }
span { border-color: rgb(61,212,58); }
td.TdClassName
{
border-color: #3DD43A;
}
.TagClassName
{
border-color: #3DD43A;
}
</style>