Shades of Lime Green #3DC63D
Tints of Lime Green #3DC63D
RGB
CMYK
RGB Variations
Color information
#3DC63D (or 0x3DC63D) is known color: Lime Green. HEX triplet: 3D, C6 and 3D. RGB value is (61,198,61). Sum of RGB (Red+Green+Blue) = 61+198+61=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 198 (77.73% from 255 or 61.88% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC63D is #C239C2. Grayscale: #8D8D8D. Windows color (decimal): -12728771 or 4048445. OLE color: 4048445.
HSL color Cylindrical-coordinate representation of color #3DC63D: hue angle of 120º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC63D is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 198 | 61 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.22 |
| HSL | 120º | 0.55% | 0.51% | - |
| HSV(B) | 120º | 0.69% | 0.78% | - |
| XYZ | 22.96 | 41.72 | 11.26 | - |
| YUV | 141.42 | 82.61 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 61 | 0.69 | 0 | 0.69 | 0.22 | 120 | 0.55 | 0.51 |
| Hex | 3D | C6 | 3D | 45 | 0 | 45 | 16 | 78 | 37 | 33 |
| Octal | 75 | 306 | 75 | 105 | 0 | 105 | 26 | 170 | 67 | 63 |
| Binary | 111101 | 11000110 | 111101 | 1000101 | 0 | 1000101 | 10110 | 1111000 | 110111 | 110011 |
Color Harmonies of #3DC63D
Complementary color
Monochromatic Colors of #3DC63D
Black with #3DC63D
Text Example
Text Example
White with #3DC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC63D; }
p { color: rgb(61,198,61); }
H1.HeaderClassName
{
color: #3DC63D;
}
.AnyTagClassName
{
color: #3DC63D;
}
</style>
background-color css
<style>
a { background-color: #3DC63D; }
a { background-color: rgb(61,198,61); }
div.DivClassName
{
background-color: #3DC63D;
}
.BgClassName
{
background-color: #3DC63D;
}
</style>
border-color css
<style>
span { border-color: #3DC63D; }
span { border-color: rgb(61,198,61); }
td.TdClassName
{
border-color: #3DC63D;
}
.TagClassName
{
border-color: #3DC63D;
}
</style>