Shades of Lime Green #3CAE2E
Tints of Lime Green #3CAE2E
RGB
CMYK
RGB Variations
Color information
#3CAE2E (or 0x3CAE2E) is known color: Lime Green. HEX triplet: 3C, AE and 2E. RGB value is (60,174,46). Sum of RGB (Red+Green+Blue) = 60+174+46=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 174 (68.36% from 255 or 62.14% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAE2E is #C351D1. Grayscale: #7D7D7D. Windows color (decimal): -12800466 or 3059260. OLE color: 3059260.
HSL color Cylindrical-coordinate representation of color #3CAE2E: hue angle of 113.44º 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 #3CAE2E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 174 | 46 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.32 |
| HSL | 113.44º | 0.58% | 0.43% | - |
| HSV(B) | 113.44º | 0.74% | 0.68% | - |
| XYZ | 17.49 | 31.43 | 7.73 | - |
| YUV | 125.32 | 83.23 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 174 | 46 | 0.66 | 0 | 0.74 | 0.32 | 113.44 | 0.58 | 0.43 |
| Hex | 3C | AE | 2E | 42 | 0 | 4A | 20 | 71 | 3A | 2B |
| Octal | 74 | 256 | 56 | 102 | 0 | 112 | 40 | 161 | 72 | 53 |
| Binary | 111100 | 10101110 | 101110 | 1000010 | 0 | 1001010 | 100000 | 1110001 | 111010 | 101011 |
Color Harmonies of #3CAE2E
Complementary color
Monochromatic Colors of #3CAE2E
Black with #3CAE2E
Text Example
Text Example
White with #3CAE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAE2E; }
p { color: rgb(60,174,46); }
H1.HeaderClassName
{
color: #3CAE2E;
}
.AnyTagClassName
{
color: #3CAE2E;
}
</style>
background-color css
<style>
a { background-color: #3CAE2E; }
a { background-color: rgb(60,174,46); }
div.DivClassName
{
background-color: #3CAE2E;
}
.BgClassName
{
background-color: #3CAE2E;
}
</style>
border-color css
<style>
span { border-color: #3CAE2E; }
span { border-color: rgb(60,174,46); }
td.TdClassName
{
border-color: #3CAE2E;
}
.TagClassName
{
border-color: #3CAE2E;
}
</style>