Shades of Lime Green #3DCE3F
Tints of Lime Green #3DCE3F
RGB
CMYK
RGB Variations
Color information
#3DCE3F (or 0x3DCE3F) is known color: Lime Green. HEX triplet: 3D, CE and 3F. RGB value is (61,206,63). Sum of RGB (Red+Green+Blue) = 61+206+63=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE3F is #C231C0. Grayscale: #929292. Windows color (decimal): -12726721 or 4181565. OLE color: 4181565.
HSL color Cylindrical-coordinate representation of color #3DCE3F: hue angle of 120.83º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCE3F is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 63 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.19 |
| HSL | 120.83º | 0.6% | 0.52% | - |
| HSV(B) | 120.83º | 0.7% | 0.81% | - |
| XYZ | 24.89 | 45.49 | 12.17 | - |
| YUV | 146.34 | 80.96 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 63 | 0.70 | 0 | 0.69 | 0.19 | 120.83 | 0.6 | 0.52 |
| Hex | 3D | CE | 3F | 46 | 0 | 45 | 13 | 79 | 3C | 34 |
| Octal | 75 | 316 | 77 | 106 | 0 | 105 | 23 | 171 | 74 | 64 |
| Binary | 111101 | 11001110 | 111111 | 1000110 | 0 | 1000101 | 10011 | 1111001 | 111100 | 110100 |
Color Harmonies of #3DCE3F
Complementary color
Monochromatic Colors of #3DCE3F
Black with #3DCE3F
Text Example
Text Example
White with #3DCE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE3F; }
p { color: rgb(61,206,63); }
H1.HeaderClassName
{
color: #3DCE3F;
}
.AnyTagClassName
{
color: #3DCE3F;
}
</style>
background-color css
<style>
a { background-color: #3DCE3F; }
a { background-color: rgb(61,206,63); }
div.DivClassName
{
background-color: #3DCE3F;
}
.BgClassName
{
background-color: #3DCE3F;
}
</style>
border-color css
<style>
span { border-color: #3DCE3F; }
span { border-color: rgb(61,206,63); }
td.TdClassName
{
border-color: #3DCE3F;
}
.TagClassName
{
border-color: #3DCE3F;
}
</style>