Shades of Lime Green #3DC526
Tints of Lime Green #3DC526
RGB
CMYK
RGB Variations
Color information
#3DC526 (or 0x3DC526) is known color: Lime Green. HEX triplet: 3D, C5 and 26. RGB value is (61,197,38). Sum of RGB (Red+Green+Blue) = 61+197+38=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC526 is #C23AD9. Grayscale: #8A8A8A. Windows color (decimal): -12729050 or 2540861. OLE color: 2540861.
HSL color Cylindrical-coordinate representation of color #3DC526: hue angle of 111.32º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DC526 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 38 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.23 |
| HSL | 111.32º | 0.68% | 0.46% | - |
| HSV(B) | 111.32º | 0.81% | 0.77% | - |
| XYZ | 22.24 | 41.06 | 8.59 | - |
| YUV | 138.21 | 71.44 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 38 | 0.69 | 0 | 0.81 | 0.23 | 111.32 | 0.68 | 0.46 |
| Hex | 3D | C5 | 26 | 45 | 0 | 51 | 17 | 6F | 44 | 2E |
| Octal | 75 | 305 | 46 | 105 | 0 | 121 | 27 | 157 | 104 | 56 |
| Binary | 111101 | 11000101 | 100110 | 1000101 | 0 | 1010001 | 10111 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3DC526
Complementary color
Monochromatic Colors of #3DC526
Black with #3DC526
Text Example
Text Example
White with #3DC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC526; }
p { color: rgb(61,197,38); }
H1.HeaderClassName
{
color: #3DC526;
}
.AnyTagClassName
{
color: #3DC526;
}
</style>
background-color css
<style>
a { background-color: #3DC526; }
a { background-color: rgb(61,197,38); }
div.DivClassName
{
background-color: #3DC526;
}
.BgClassName
{
background-color: #3DC526;
}
</style>
border-color css
<style>
span { border-color: #3DC526; }
span { border-color: rgb(61,197,38); }
td.TdClassName
{
border-color: #3DC526;
}
.TagClassName
{
border-color: #3DC526;
}
</style>