Shades of Lime Green #3DCF4D
Tints of Lime Green #3DCF4D
RGB
CMYK
RGB Variations
Color information
#3DCF4D (or 0x3DCF4D) is known color: Lime Green. HEX triplet: 3D, CF and 4D. RGB value is (61,207,77). Sum of RGB (Red+Green+Blue) = 61+207+77=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF4D is #C230B2. Grayscale: #949494. Windows color (decimal): -12726451 or 5099325. OLE color: 5099325.
HSL color Cylindrical-coordinate representation of color #3DCF4D: hue angle of 126.58º 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 #3DCF4D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 207 | 77 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.19 |
| HSL | 126.58º | 0.6% | 0.53% | - |
| HSV(B) | 126.58º | 0.71% | 0.81% | - |
| XYZ | 25.58 | 46.15 | 14.58 | - |
| YUV | 148.53 | 87.63 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 77 | 0.71 | 0 | 0.63 | 0.19 | 126.58 | 0.6 | 0.53 |
| Hex | 3D | CF | 4D | 47 | 0 | 3F | 13 | 7F | 3C | 35 |
| Octal | 75 | 317 | 115 | 107 | 0 | 77 | 23 | 177 | 74 | 65 |
| Binary | 111101 | 11001111 | 1001101 | 1000111 | 0 | 111111 | 10011 | 1111111 | 111100 | 110101 |
Color Harmonies of #3DCF4D
Complementary color
Monochromatic Colors of #3DCF4D
Black with #3DCF4D
Text Example
Text Example
White with #3DCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCF4D; }
p { color: rgb(61,207,77); }
H1.HeaderClassName
{
color: #3DCF4D;
}
.AnyTagClassName
{
color: #3DCF4D;
}
</style>
background-color css
<style>
a { background-color: #3DCF4D; }
a { background-color: rgb(61,207,77); }
div.DivClassName
{
background-color: #3DCF4D;
}
.BgClassName
{
background-color: #3DCF4D;
}
</style>
border-color css
<style>
span { border-color: #3DCF4D; }
span { border-color: rgb(61,207,77); }
td.TdClassName
{
border-color: #3DCF4D;
}
.TagClassName
{
border-color: #3DCF4D;
}
</style>