Shades of Lime Green #3DCB4D
Tints of Lime Green #3DCB4D
RGB
CMYK
RGB Variations
Color information
#3DCB4D (or 0x3DCB4D) is known color: Lime Green. HEX triplet: 3D, CB and 4D. RGB value is (61,203,77). Sum of RGB (Red+Green+Blue) = 61+203+77=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCB4D is #C234B2. Grayscale: #929292. Windows color (decimal): -12727475 or 5098301. OLE color: 5098301.
HSL color Cylindrical-coordinate representation of color #3DCB4D: hue angle of 126.76º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCB4D is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 77 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.20 |
| HSL | 126.76º | 0.58% | 0.52% | - |
| HSV(B) | 126.76º | 0.7% | 0.8% | - |
| XYZ | 24.62 | 44.24 | 14.26 | - |
| YUV | 146.18 | 88.96 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 77 | 0.70 | 0 | 0.62 | 0.20 | 126.76 | 0.58 | 0.52 |
| Hex | 3D | CB | 4D | 46 | 0 | 3E | 14 | 7F | 3A | 34 |
| Octal | 75 | 313 | 115 | 106 | 0 | 76 | 24 | 177 | 72 | 64 |
| Binary | 111101 | 11001011 | 1001101 | 1000110 | 0 | 111110 | 10100 | 1111111 | 111010 | 110100 |
Color Harmonies of #3DCB4D
Complementary color
Monochromatic Colors of #3DCB4D
Black with #3DCB4D
Text Example
Text Example
White with #3DCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB4D; }
p { color: rgb(61,203,77); }
H1.HeaderClassName
{
color: #3DCB4D;
}
.AnyTagClassName
{
color: #3DCB4D;
}
</style>
background-color css
<style>
a { background-color: #3DCB4D; }
a { background-color: rgb(61,203,77); }
div.DivClassName
{
background-color: #3DCB4D;
}
.BgClassName
{
background-color: #3DCB4D;
}
</style>
border-color css
<style>
span { border-color: #3DCB4D; }
span { border-color: rgb(61,203,77); }
td.TdClassName
{
border-color: #3DCB4D;
}
.TagClassName
{
border-color: #3DCB4D;
}
</style>