Shades of Lime Green #3DCE42
Tints of Lime Green #3DCE42
RGB
CMYK
RGB Variations
Color information
#3DCE42 (or 0x3DCE42) is known color: Lime Green. HEX triplet: 3D, CE and 42. RGB value is (61,206,66). Sum of RGB (Red+Green+Blue) = 61+206+66=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE42 is #C231BD. Grayscale: #939393. Windows color (decimal): -12726718 or 4378173. OLE color: 4378173.
HSL color Cylindrical-coordinate representation of color #3DCE42: hue angle of 122.07º 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 #3DCE42 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 66 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.19 |
| HSL | 122.07º | 0.6% | 0.52% | - |
| HSV(B) | 122.07º | 0.7% | 0.81% | - |
| XYZ | 24.98 | 45.53 | 12.63 | - |
| YUV | 146.69 | 82.46 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 66 | 0.70 | 0 | 0.68 | 0.19 | 122.07 | 0.6 | 0.52 |
| Hex | 3D | CE | 42 | 46 | 0 | 44 | 13 | 7A | 3C | 34 |
| Octal | 75 | 316 | 102 | 106 | 0 | 104 | 23 | 172 | 74 | 64 |
| Binary | 111101 | 11001110 | 1000010 | 1000110 | 0 | 1000100 | 10011 | 1111010 | 111100 | 110100 |
Color Harmonies of #3DCE42
Complementary color
Monochromatic Colors of #3DCE42
Black with #3DCE42
Text Example
Text Example
White with #3DCE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE42; }
p { color: rgb(61,206,66); }
H1.HeaderClassName
{
color: #3DCE42;
}
.AnyTagClassName
{
color: #3DCE42;
}
</style>
background-color css
<style>
a { background-color: #3DCE42; }
a { background-color: rgb(61,206,66); }
div.DivClassName
{
background-color: #3DCE42;
}
.BgClassName
{
background-color: #3DCE42;
}
</style>
border-color css
<style>
span { border-color: #3DCE42; }
span { border-color: rgb(61,206,66); }
td.TdClassName
{
border-color: #3DCE42;
}
.TagClassName
{
border-color: #3DCE42;
}
</style>