Shades of Lime Green #3DC126
Tints of Lime Green #3DC126
RGB
CMYK
RGB Variations
Color information
#3DC126 (or 0x3DC126) is known color: Lime Green. HEX triplet: 3D, C1 and 26. RGB value is (61,193,38). Sum of RGB (Red+Green+Blue) = 61+193+38=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC126 is #C23ED9. Grayscale: #888888. Windows color (decimal): -12730074 or 2539837. OLE color: 2539837.
HSL color Cylindrical-coordinate representation of color #3DC126: hue angle of 111.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DC126 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 38 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.24 |
| HSL | 111.1º | 0.67% | 0.45% | - |
| HSV(B) | 111.1º | 0.8% | 0.76% | - |
| XYZ | 21.34 | 39.27 | 8.29 | - |
| YUV | 135.86 | 72.77 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 38 | 0.68 | 0 | 0.80 | 0.24 | 111.1 | 0.67 | 0.45 |
| Hex | 3D | C1 | 26 | 44 | 0 | 50 | 18 | 6F | 43 | 2D |
| Octal | 75 | 301 | 46 | 104 | 0 | 120 | 30 | 157 | 103 | 55 |
| Binary | 111101 | 11000001 | 100110 | 1000100 | 0 | 1010000 | 11000 | 1101111 | 1000011 | 101101 |
Color Harmonies of #3DC126
Complementary color
Monochromatic Colors of #3DC126
Black with #3DC126
Text Example
Text Example
White with #3DC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC126; }
p { color: rgb(61,193,38); }
H1.HeaderClassName
{
color: #3DC126;
}
.AnyTagClassName
{
color: #3DC126;
}
</style>
background-color css
<style>
a { background-color: #3DC126; }
a { background-color: rgb(61,193,38); }
div.DivClassName
{
background-color: #3DC126;
}
.BgClassName
{
background-color: #3DC126;
}
</style>
border-color css
<style>
span { border-color: #3DC126; }
span { border-color: rgb(61,193,38); }
td.TdClassName
{
border-color: #3DC126;
}
.TagClassName
{
border-color: #3DC126;
}
</style>