Shades of Lime Green #3DC726
Tints of Lime Green #3DC726
RGB
CMYK
RGB Variations
Color information
#3DC726 (or 0x3DC726) is known color: Lime Green. HEX triplet: 3D, C7 and 26. RGB value is (61,199,38). Sum of RGB (Red+Green+Blue) = 61+199+38=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 199 (78.12% from 255 or 66.78% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC726 is #C238D9. Grayscale: #8B8B8B. Windows color (decimal): -12728538 or 2541373. OLE color: 2541373.
HSL color Cylindrical-coordinate representation of color #3DC726: hue angle of 111.43º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DC726 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 199 | 38 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.22 |
| HSL | 111.43º | 0.68% | 0.46% | - |
| HSV(B) | 111.43º | 0.81% | 0.78% | - |
| XYZ | 22.7 | 41.98 | 8.74 | - |
| YUV | 139.38 | 70.78 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 199 | 38 | 0.69 | 0 | 0.81 | 0.22 | 111.43 | 0.68 | 0.46 |
| Hex | 3D | C7 | 26 | 45 | 0 | 51 | 16 | 6F | 44 | 2E |
| Octal | 75 | 307 | 46 | 105 | 0 | 121 | 26 | 157 | 104 | 56 |
| Binary | 111101 | 11000111 | 100110 | 1000101 | 0 | 1010001 | 10110 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3DC726
Complementary color
Monochromatic Colors of #3DC726
Black with #3DC726
Text Example
Text Example
White with #3DC726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC726; }
p { color: rgb(61,199,38); }
H1.HeaderClassName
{
color: #3DC726;
}
.AnyTagClassName
{
color: #3DC726;
}
</style>
background-color css
<style>
a { background-color: #3DC726; }
a { background-color: rgb(61,199,38); }
div.DivClassName
{
background-color: #3DC726;
}
.BgClassName
{
background-color: #3DC726;
}
</style>
border-color css
<style>
span { border-color: #3DC726; }
span { border-color: rgb(61,199,38); }
td.TdClassName
{
border-color: #3DC726;
}
.TagClassName
{
border-color: #3DC726;
}
</style>