Shades of Lime Green #3DC525
Tints of Lime Green #3DC525
RGB
CMYK
RGB Variations
Color information
#3DC525 (or 0x3DC525) is known color: Lime Green. HEX triplet: 3D, C5 and 25. RGB value is (61,197,37). Sum of RGB (Red+Green+Blue) = 61+197+37=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC525 is #C23ADA. Grayscale: #8A8A8A. Windows color (decimal): -12729051 or 2475325. OLE color: 2475325.
HSL color Cylindrical-coordinate representation of color #3DC525: hue angle of 111º 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 #3DC525 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 37 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.23 |
| HSL | 111º | 0.68% | 0.46% | - |
| HSV(B) | 111º | 0.81% | 0.77% | - |
| XYZ | 22.22 | 41.06 | 8.5 | - |
| YUV | 138.1 | 70.94 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 37 | 0.69 | 0 | 0.81 | 0.23 | 111 | 0.68 | 0.46 |
| Hex | 3D | C5 | 25 | 45 | 0 | 51 | 17 | 6F | 44 | 2E |
| Octal | 75 | 305 | 45 | 105 | 0 | 121 | 27 | 157 | 104 | 56 |
| Binary | 111101 | 11000101 | 100101 | 1000101 | 0 | 1010001 | 10111 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3DC525
Complementary color
Monochromatic Colors of #3DC525
Black with #3DC525
Text Example
Text Example
White with #3DC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC525; }
p { color: rgb(61,197,37); }
H1.HeaderClassName
{
color: #3DC525;
}
.AnyTagClassName
{
color: #3DC525;
}
</style>
background-color css
<style>
a { background-color: #3DC525; }
a { background-color: rgb(61,197,37); }
div.DivClassName
{
background-color: #3DC525;
}
.BgClassName
{
background-color: #3DC525;
}
</style>
border-color css
<style>
span { border-color: #3DC525; }
span { border-color: rgb(61,197,37); }
td.TdClassName
{
border-color: #3DC525;
}
.TagClassName
{
border-color: #3DC525;
}
</style>