Shades of Lime Green #3DAE2E
Tints of Lime Green #3DAE2E
RGB
CMYK
RGB Variations
Color information
#3DAE2E (or 0x3DAE2E) is known color: Lime Green. HEX triplet: 3D, AE and 2E. RGB value is (61,174,46). Sum of RGB (Red+Green+Blue) = 61+174+46=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 174 (68.36% from 255 or 61.92% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE2E is #C251D1. Grayscale: #7E7E7E. Windows color (decimal): -12734930 or 3059261. OLE color: 3059261.
HSL color Cylindrical-coordinate representation of color #3DAE2E: hue angle of 112.97º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DAE2E is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 46 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.32 |
| HSL | 112.97º | 0.58% | 0.43% | - |
| HSV(B) | 112.97º | 0.74% | 0.68% | - |
| XYZ | 17.55 | 31.46 | 7.73 | - |
| YUV | 125.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 46 | 0.65 | 0 | 0.74 | 0.32 | 112.97 | 0.58 | 0.43 |
| Hex | 3D | AE | 2E | 41 | 0 | 4A | 20 | 71 | 3A | 2B |
| Octal | 75 | 256 | 56 | 101 | 0 | 112 | 40 | 161 | 72 | 53 |
| Binary | 111101 | 10101110 | 101110 | 1000001 | 0 | 1001010 | 100000 | 1110001 | 111010 | 101011 |
Color Harmonies of #3DAE2E
Complementary color
Monochromatic Colors of #3DAE2E
Black with #3DAE2E
Text Example
Text Example
White with #3DAE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE2E; }
p { color: rgb(61,174,46); }
H1.HeaderClassName
{
color: #3DAE2E;
}
.AnyTagClassName
{
color: #3DAE2E;
}
</style>
background-color css
<style>
a { background-color: #3DAE2E; }
a { background-color: rgb(61,174,46); }
div.DivClassName
{
background-color: #3DAE2E;
}
.BgClassName
{
background-color: #3DAE2E;
}
</style>
border-color css
<style>
span { border-color: #3DAE2E; }
span { border-color: rgb(61,174,46); }
td.TdClassName
{
border-color: #3DAE2E;
}
.TagClassName
{
border-color: #3DAE2E;
}
</style>