Shades of Lime Green #3CDA18
Tints of Lime Green #3CDA18
RGB
CMYK
RGB Variations
Color information
#3CDA18 (or 0x3CDA18) is known color: Lime Green. HEX triplet: 3C, DA and 18. RGB value is (60,218,24). Sum of RGB (Red+Green+Blue) = 60+218+24=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDA18 is #C325E7. Grayscale: #959595. Windows color (decimal): -12789224 or 1628732. OLE color: 1628732.
HSL color Cylindrical-coordinate representation of color #3CDA18: hue angle of 108.87º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CDA18 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 24 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.15 |
| HSL | 108.87º | 0.8% | 0.47% | - |
| HSV(B) | 108.87º | 0.89% | 0.85% | - |
| XYZ | 27.1 | 51.17 | 9.31 | - |
| YUV | 148.64 | 57.65 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 24 | 0.72 | 0 | 0.89 | 0.15 | 108.87 | 0.8 | 0.47 |
| Hex | 3C | DA | 18 | 48 | 0 | 59 | F | 6D | 50 | 2F |
| Octal | 74 | 332 | 30 | 110 | 0 | 131 | 17 | 155 | 120 | 57 |
| Binary | 111100 | 11011010 | 11000 | 1001000 | 0 | 1011001 | 1111 | 1101101 | 1010000 | 101111 |
Color Harmonies of #3CDA18
Complementary color
Monochromatic Colors of #3CDA18
Black with #3CDA18
Text Example
Text Example
White with #3CDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA18; }
p { color: rgb(60,218,24); }
H1.HeaderClassName
{
color: #3CDA18;
}
.AnyTagClassName
{
color: #3CDA18;
}
</style>
background-color css
<style>
a { background-color: #3CDA18; }
a { background-color: rgb(60,218,24); }
div.DivClassName
{
background-color: #3CDA18;
}
.BgClassName
{
background-color: #3CDA18;
}
</style>
border-color css
<style>
span { border-color: #3CDA18; }
span { border-color: rgb(60,218,24); }
td.TdClassName
{
border-color: #3CDA18;
}
.TagClassName
{
border-color: #3CDA18;
}
</style>