Shades of Lime Green #3DCE3E
Tints of Lime Green #3DCE3E
RGB
CMYK
RGB Variations
Color information
#3DCE3E (or 0x3DCE3E) is known color: Lime Green. HEX triplet: 3D, CE and 3E. RGB value is (61,206,62). Sum of RGB (Red+Green+Blue) = 61+206+62=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 206 (80.86% from 255 or 62.61% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE3E is #C231C1. Grayscale: #929292. Windows color (decimal): -12726722 or 4116029. OLE color: 4116029.
HSL color Cylindrical-coordinate representation of color #3DCE3E: hue angle of 120.41º 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 #3DCE3E is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 206 | 62 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.19 |
| HSL | 120.41º | 0.6% | 0.52% | - |
| HSV(B) | 120.41º | 0.7% | 0.81% | - |
| XYZ | 24.87 | 45.48 | 12.03 | - |
| YUV | 146.23 | 80.46 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 206 | 62 | 0.70 | 0 | 0.70 | 0.19 | 120.41 | 0.6 | 0.52 |
| Hex | 3D | CE | 3E | 46 | 0 | 46 | 13 | 78 | 3C | 34 |
| Octal | 75 | 316 | 76 | 106 | 0 | 106 | 23 | 170 | 74 | 64 |
| Binary | 111101 | 11001110 | 111110 | 1000110 | 0 | 1000110 | 10011 | 1111000 | 111100 | 110100 |
Color Harmonies of #3DCE3E
Complementary color
Monochromatic Colors of #3DCE3E
Black with #3DCE3E
Text Example
Text Example
White with #3DCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCE3E; }
p { color: rgb(61,206,62); }
H1.HeaderClassName
{
color: #3DCE3E;
}
.AnyTagClassName
{
color: #3DCE3E;
}
</style>
background-color css
<style>
a { background-color: #3DCE3E; }
a { background-color: rgb(61,206,62); }
div.DivClassName
{
background-color: #3DCE3E;
}
.BgClassName
{
background-color: #3DCE3E;
}
</style>
border-color css
<style>
span { border-color: #3DCE3E; }
span { border-color: rgb(61,206,62); }
td.TdClassName
{
border-color: #3DCE3E;
}
.TagClassName
{
border-color: #3DCE3E;
}
</style>