Shades of Lime Green #3DC551
Tints of Lime Green #3DC551
RGB
CMYK
RGB Variations
Color information
#3DC551 (or 0x3DC551) is known color: Lime Green. HEX triplet: 3D, C5 and 51. RGB value is (61,197,81). Sum of RGB (Red+Green+Blue) = 61+197+81=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC551 is #C23AAE. Grayscale: #8F8F8F. Windows color (decimal): -12729007 or 5358909. OLE color: 5358909.
HSL color Cylindrical-coordinate representation of color #3DC551: hue angle of 128.82º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC551 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 81 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.23 |
| HSL | 128.82º | 0.54% | 0.51% | - |
| HSV(B) | 128.82º | 0.69% | 0.77% | - |
| XYZ | 23.38 | 41.52 | 14.57 | - |
| YUV | 143.11 | 92.94 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 81 | 0.69 | 0 | 0.59 | 0.23 | 128.82 | 0.54 | 0.51 |
| Hex | 3D | C5 | 51 | 45 | 0 | 3B | 17 | 81 | 36 | 33 |
| Octal | 75 | 305 | 121 | 105 | 0 | 73 | 27 | 201 | 66 | 63 |
| Binary | 111101 | 11000101 | 1010001 | 1000101 | 0 | 111011 | 10111 | 10000001 | 110110 | 110011 |
Color Harmonies of #3DC551
Complementary color
Monochromatic Colors of #3DC551
Black with #3DC551
Text Example
Text Example
White with #3DC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC551; }
p { color: rgb(61,197,81); }
H1.HeaderClassName
{
color: #3DC551;
}
.AnyTagClassName
{
color: #3DC551;
}
</style>
background-color css
<style>
a { background-color: #3DC551; }
a { background-color: rgb(61,197,81); }
div.DivClassName
{
background-color: #3DC551;
}
.BgClassName
{
background-color: #3DC551;
}
</style>
border-color css
<style>
span { border-color: #3DC551; }
span { border-color: rgb(61,197,81); }
td.TdClassName
{
border-color: #3DC551;
}
.TagClassName
{
border-color: #3DC551;
}
</style>