Shades of Lime Green #3DC450
Tints of Lime Green #3DC450
RGB
CMYK
RGB Variations
Color information
#3DC450 (or 0x3DC450) is known color: Lime Green. HEX triplet: 3D, C4 and 50. RGB value is (61,196,80). Sum of RGB (Red+Green+Blue) = 61+196+80=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC450 is #C23BAF. Grayscale: #8E8E8E. Windows color (decimal): -12729264 or 5293117. OLE color: 5293117.
HSL color Cylindrical-coordinate representation of color #3DC450: hue angle of 128.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC450 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 80 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.23 |
| HSL | 128.44º | 0.53% | 0.5% | - |
| HSV(B) | 128.44º | 0.69% | 0.77% | - |
| XYZ | 23.11 | 41.05 | 14.29 | - |
| YUV | 142.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 80 | 0.69 | 0 | 0.59 | 0.23 | 128.44 | 0.53 | 0.5 |
| Hex | 3D | C4 | 50 | 45 | 0 | 3B | 17 | 80 | 35 | 32 |
| Octal | 75 | 304 | 120 | 105 | 0 | 73 | 27 | 200 | 65 | 62 |
| Binary | 111101 | 11000100 | 1010000 | 1000101 | 0 | 111011 | 10111 | 10000000 | 110101 | 110010 |
Color Harmonies of #3DC450
Complementary color
Monochromatic Colors of #3DC450
Black with #3DC450
Text Example
Text Example
White with #3DC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC450; }
p { color: rgb(61,196,80); }
H1.HeaderClassName
{
color: #3DC450;
}
.AnyTagClassName
{
color: #3DC450;
}
</style>
background-color css
<style>
a { background-color: #3DC450; }
a { background-color: rgb(61,196,80); }
div.DivClassName
{
background-color: #3DC450;
}
.BgClassName
{
background-color: #3DC450;
}
</style>
border-color css
<style>
span { border-color: #3DC450; }
span { border-color: rgb(61,196,80); }
td.TdClassName
{
border-color: #3DC450;
}
.TagClassName
{
border-color: #3DC450;
}
</style>