Shades of Lime Green #3DC63A
Tints of Lime Green #3DC63A
RGB
CMYK
RGB Variations
Color information
#3DC63A (or 0x3DC63A) is known color: Lime Green. HEX triplet: 3D, C6 and 3A. RGB value is (61,198,58). Sum of RGB (Red+Green+Blue) = 61+198+58=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC63A is #C239C5. Grayscale: #8D8D8D. Windows color (decimal): -12728774 or 3851837. OLE color: 3851837.
HSL color Cylindrical-coordinate representation of color #3DC63A: hue angle of 118.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC63A is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 198 | 58 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.22 |
| HSL | 118.71º | 0.55% | 0.5% | - |
| HSV(B) | 118.71º | 0.71% | 0.78% | - |
| XYZ | 22.88 | 41.69 | 10.84 | - |
| YUV | 141.08 | 81.11 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 58 | 0.69 | 0 | 0.71 | 0.22 | 118.71 | 0.55 | 0.5 |
| Hex | 3D | C6 | 3A | 45 | 0 | 47 | 16 | 77 | 37 | 32 |
| Octal | 75 | 306 | 72 | 105 | 0 | 107 | 26 | 167 | 67 | 62 |
| Binary | 111101 | 11000110 | 111010 | 1000101 | 0 | 1000111 | 10110 | 1110111 | 110111 | 110010 |
Color Harmonies of #3DC63A
Complementary color
Monochromatic Colors of #3DC63A
Black with #3DC63A
Text Example
Text Example
White with #3DC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC63A; }
p { color: rgb(61,198,58); }
H1.HeaderClassName
{
color: #3DC63A;
}
.AnyTagClassName
{
color: #3DC63A;
}
</style>
background-color css
<style>
a { background-color: #3DC63A; }
a { background-color: rgb(61,198,58); }
div.DivClassName
{
background-color: #3DC63A;
}
.BgClassName
{
background-color: #3DC63A;
}
</style>
border-color css
<style>
span { border-color: #3DC63A; }
span { border-color: rgb(61,198,58); }
td.TdClassName
{
border-color: #3DC63A;
}
.TagClassName
{
border-color: #3DC63A;
}
</style>