Shades of Lime Green #3DD61C
Tints of Lime Green #3DD61C
RGB
CMYK
RGB Variations
Color information
#3DD61C (or 0x3DD61C) is known color: Lime Green. HEX triplet: 3D, D6 and 1C. RGB value is (61,214,28). Sum of RGB (Red+Green+Blue) = 61+214+28=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD61C is #C229E3. Grayscale: #939393. Windows color (decimal): -12724708 or 1889853. OLE color: 1889853.
HSL color Cylindrical-coordinate representation of color #3DD61C: hue angle of 109.35º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DD61C is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 28 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.16 |
| HSL | 109.35º | 0.77% | 0.47% | - |
| HSV(B) | 109.35º | 0.87% | 0.84% | - |
| XYZ | 26.18 | 49.17 | 9.21 | - |
| YUV | 147.05 | 60.81 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 28 | 0.71 | 0 | 0.87 | 0.16 | 109.35 | 0.77 | 0.47 |
| Hex | 3D | D6 | 1C | 47 | 0 | 57 | 10 | 6D | 4D | 2F |
| Octal | 75 | 326 | 34 | 107 | 0 | 127 | 20 | 155 | 115 | 57 |
| Binary | 111101 | 11010110 | 11100 | 1000111 | 0 | 1010111 | 10000 | 1101101 | 1001101 | 101111 |
Color Harmonies of #3DD61C
Complementary color
Monochromatic Colors of #3DD61C
Black with #3DD61C
Text Example
Text Example
White with #3DD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD61C; }
p { color: rgb(61,214,28); }
H1.HeaderClassName
{
color: #3DD61C;
}
.AnyTagClassName
{
color: #3DD61C;
}
</style>
background-color css
<style>
a { background-color: #3DD61C; }
a { background-color: rgb(61,214,28); }
div.DivClassName
{
background-color: #3DD61C;
}
.BgClassName
{
background-color: #3DD61C;
}
</style>
border-color css
<style>
span { border-color: #3DD61C; }
span { border-color: rgb(61,214,28); }
td.TdClassName
{
border-color: #3DD61C;
}
.TagClassName
{
border-color: #3DD61C;
}
</style>