Shades of Lime Green #3DC52C
Tints of Lime Green #3DC52C
RGB
CMYK
RGB Variations
Color information
#3DC52C (or 0x3DC52C) is known color: Lime Green. HEX triplet: 3D, C5 and 2C. RGB value is (61,197,44). Sum of RGB (Red+Green+Blue) = 61+197+44=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC52C is #C23AD3. Grayscale: #8B8B8B. Windows color (decimal): -12729044 or 2934077. OLE color: 2934077.
HSL color Cylindrical-coordinate representation of color #3DC52C: hue angle of 113.33º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DC52C is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 44 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.23 |
| HSL | 113.33º | 0.63% | 0.47% | - |
| HSV(B) | 113.33º | 0.78% | 0.77% | - |
| XYZ | 22.35 | 41.11 | 9.14 | - |
| YUV | 138.89 | 74.44 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 44 | 0.69 | 0 | 0.78 | 0.23 | 113.33 | 0.63 | 0.47 |
| Hex | 3D | C5 | 2C | 45 | 0 | 4E | 17 | 71 | 3F | 2F |
| Octal | 75 | 305 | 54 | 105 | 0 | 116 | 27 | 161 | 77 | 57 |
| Binary | 111101 | 11000101 | 101100 | 1000101 | 0 | 1001110 | 10111 | 1110001 | 111111 | 101111 |
Color Harmonies of #3DC52C
Complementary color
Monochromatic Colors of #3DC52C
Black with #3DC52C
Text Example
Text Example
White with #3DC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC52C; }
p { color: rgb(61,197,44); }
H1.HeaderClassName
{
color: #3DC52C;
}
.AnyTagClassName
{
color: #3DC52C;
}
</style>
background-color css
<style>
a { background-color: #3DC52C; }
a { background-color: rgb(61,197,44); }
div.DivClassName
{
background-color: #3DC52C;
}
.BgClassName
{
background-color: #3DC52C;
}
</style>
border-color css
<style>
span { border-color: #3DC52C; }
span { border-color: rgb(61,197,44); }
td.TdClassName
{
border-color: #3DC52C;
}
.TagClassName
{
border-color: #3DC52C;
}
</style>