Shades of Lime Green #3DD63A
Tints of Lime Green #3DD63A
RGB
CMYK
RGB Variations
Color information
#3DD63A (or 0x3DD63A) is known color: Lime Green. HEX triplet: 3D, D6 and 3A. RGB value is (61,214,58). Sum of RGB (Red+Green+Blue) = 61+214+58=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD63A is #C229C5. Grayscale: #969696. Windows color (decimal): -12724678 or 3855933. OLE color: 3855933.
HSL color Cylindrical-coordinate representation of color #3DD63A: hue angle of 118.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DD63A is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 58 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.16 |
| HSL | 118.85º | 0.66% | 0.53% | - |
| HSV(B) | 118.85º | 0.73% | 0.84% | - |
| XYZ | 26.73 | 49.39 | 12.13 | - |
| YUV | 150.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 58 | 0.71 | 0 | 0.73 | 0.16 | 118.85 | 0.66 | 0.53 |
| Hex | 3D | D6 | 3A | 47 | 0 | 49 | 10 | 77 | 42 | 35 |
| Octal | 75 | 326 | 72 | 107 | 0 | 111 | 20 | 167 | 102 | 65 |
| Binary | 111101 | 11010110 | 111010 | 1000111 | 0 | 1001001 | 10000 | 1110111 | 1000010 | 110101 |
Color Harmonies of #3DD63A
Complementary color
Monochromatic Colors of #3DD63A
Black with #3DD63A
Text Example
Text Example
White with #3DD63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD63A; }
p { color: rgb(61,214,58); }
H1.HeaderClassName
{
color: #3DD63A;
}
.AnyTagClassName
{
color: #3DD63A;
}
</style>
background-color css
<style>
a { background-color: #3DD63A; }
a { background-color: rgb(61,214,58); }
div.DivClassName
{
background-color: #3DD63A;
}
.BgClassName
{
background-color: #3DD63A;
}
</style>
border-color css
<style>
span { border-color: #3DD63A; }
span { border-color: rgb(61,214,58); }
td.TdClassName
{
border-color: #3DD63A;
}
.TagClassName
{
border-color: #3DD63A;
}
</style>