Shades of Lime Green #3DCF56
Tints of Lime Green #3DCF56
RGB
CMYK
RGB Variations
Color information
#3DCF56 (or 0x3DCF56) is known color: Lime Green. HEX triplet: 3D, CF and 56. RGB value is (61,207,86). Sum of RGB (Red+Green+Blue) = 61+207+86=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF56 is #C230A9. Grayscale: #959595. Windows color (decimal): -12726442 or 5689149. OLE color: 5689149.
HSL color Cylindrical-coordinate representation of color #3DCF56: hue angle of 130.27º 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 #3DCF56 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 86 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.19 |
| HSL | 130.27º | 0.6% | 0.53% | - |
| HSV(B) | 130.27º | 0.71% | 0.81% | - |
| XYZ | 25.92 | 46.29 | 16.37 | - |
| YUV | 149.55 | 92.13 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 86 | 0.71 | 0 | 0.58 | 0.19 | 130.27 | 0.6 | 0.53 |
| Hex | 3D | CF | 56 | 47 | 0 | 3A | 13 | 82 | 3C | 35 |
| Octal | 75 | 317 | 126 | 107 | 0 | 72 | 23 | 202 | 74 | 65 |
| Binary | 111101 | 11001111 | 1010110 | 1000111 | 0 | 111010 | 10011 | 10000010 | 111100 | 110101 |
Color Harmonies of #3DCF56
Complementary color
Monochromatic Colors of #3DCF56
Black with #3DCF56
Text Example
Text Example
White with #3DCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF56; }
p { color: rgb(61,207,86); }
H1.HeaderClassName
{
color: #3DCF56;
}
.AnyTagClassName
{
color: #3DCF56;
}
</style>
background-color css
<style>
a { background-color: #3DCF56; }
a { background-color: rgb(61,207,86); }
div.DivClassName
{
background-color: #3DCF56;
}
.BgClassName
{
background-color: #3DCF56;
}
</style>
border-color css
<style>
span { border-color: #3DCF56; }
span { border-color: rgb(61,207,86); }
td.TdClassName
{
border-color: #3DCF56;
}
.TagClassName
{
border-color: #3DCF56;
}
</style>