Shades of Lime Green #3DD62A
Tints of Lime Green #3DD62A
RGB
CMYK
RGB Variations
Color information
#3DD62A (or 0x3DD62A) is known color: Lime Green. HEX triplet: 3D, D6 and 2A. RGB value is (61,214,42). Sum of RGB (Red+Green+Blue) = 61+214+42=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 214 (83.98% from 255 or 67.51% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD62A is #C229D5. Grayscale: #959595. Windows color (decimal): -12724694 or 2807357. OLE color: 2807357.
HSL color Cylindrical-coordinate representation of color #3DD62A: hue angle of 113.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DD62A is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 42 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.16 |
| HSL | 113.37º | 0.68% | 0.5% | - |
| HSV(B) | 113.37º | 0.8% | 0.84% | - |
| XYZ | 26.39 | 49.25 | 10.31 | - |
| YUV | 148.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 42 | 0.71 | 0 | 0.80 | 0.16 | 113.37 | 0.68 | 0.5 |
| Hex | 3D | D6 | 2A | 47 | 0 | 50 | 10 | 71 | 44 | 32 |
| Octal | 75 | 326 | 52 | 107 | 0 | 120 | 20 | 161 | 104 | 62 |
| Binary | 111101 | 11010110 | 101010 | 1000111 | 0 | 1010000 | 10000 | 1110001 | 1000100 | 110010 |
Color Harmonies of #3DD62A
Complementary color
Monochromatic Colors of #3DD62A
Black with #3DD62A
Text Example
Text Example
White with #3DD62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD62A; }
p { color: rgb(61,214,42); }
H1.HeaderClassName
{
color: #3DD62A;
}
.AnyTagClassName
{
color: #3DD62A;
}
</style>
background-color css
<style>
a { background-color: #3DD62A; }
a { background-color: rgb(61,214,42); }
div.DivClassName
{
background-color: #3DD62A;
}
.BgClassName
{
background-color: #3DD62A;
}
</style>
border-color css
<style>
span { border-color: #3DD62A; }
span { border-color: rgb(61,214,42); }
td.TdClassName
{
border-color: #3DD62A;
}
.TagClassName
{
border-color: #3DD62A;
}
</style>