Shades of Lime Green #3DCF50
Tints of Lime Green #3DCF50
RGB
CMYK
RGB Variations
Color information
#3DCF50 (or 0x3DCF50) is known color: Lime Green. HEX triplet: 3D, CF and 50. RGB value is (61,207,80). Sum of RGB (Red+Green+Blue) = 61+207+80=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF50 is #C230AF. Grayscale: #959595. Windows color (decimal): -12726448 or 5295933. OLE color: 5295933.
HSL color Cylindrical-coordinate representation of color #3DCF50: hue angle of 127.81º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF50 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 80 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.19 |
| HSL | 127.81º | 0.6% | 0.53% | - |
| HSV(B) | 127.81º | 0.71% | 0.81% | - |
| XYZ | 25.69 | 46.2 | 15.15 | - |
| YUV | 148.87 | 89.13 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 80 | 0.71 | 0 | 0.61 | 0.19 | 127.81 | 0.6 | 0.53 |
| Hex | 3D | CF | 50 | 47 | 0 | 3D | 13 | 80 | 3C | 35 |
| Octal | 75 | 317 | 120 | 107 | 0 | 75 | 23 | 200 | 74 | 65 |
| Binary | 111101 | 11001111 | 1010000 | 1000111 | 0 | 111101 | 10011 | 10000000 | 111100 | 110101 |
Color Harmonies of #3DCF50
Complementary color
Monochromatic Colors of #3DCF50
Black with #3DCF50
Text Example
Text Example
White with #3DCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF50; }
p { color: rgb(61,207,80); }
H1.HeaderClassName
{
color: #3DCF50;
}
.AnyTagClassName
{
color: #3DCF50;
}
</style>
background-color css
<style>
a { background-color: #3DCF50; }
a { background-color: rgb(61,207,80); }
div.DivClassName
{
background-color: #3DCF50;
}
.BgClassName
{
background-color: #3DCF50;
}
</style>
border-color css
<style>
span { border-color: #3DCF50; }
span { border-color: rgb(61,207,80); }
td.TdClassName
{
border-color: #3DCF50;
}
.TagClassName
{
border-color: #3DCF50;
}
</style>