Shades of Lime Green #3CDF18
Tints of Lime Green #3CDF18
RGB
CMYK
RGB Variations
Color information
#3CDF18 (or 0x3CDF18) is known color: Lime Green. HEX triplet: 3C, DF and 18. RGB value is (60,223,24). Sum of RGB (Red+Green+Blue) = 60+223+24=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF18 is #C320E7. Grayscale: #989898. Windows color (decimal): -12787944 or 1630012. OLE color: 1630012.
HSL color Cylindrical-coordinate representation of color #3CDF18: hue angle of 109.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CDF18 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 24 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.13 |
| HSL | 109.15º | 0.81% | 0.48% | - |
| HSV(B) | 109.15º | 0.89% | 0.87% | - |
| XYZ | 28.42 | 53.8 | 9.75 | - |
| YUV | 151.58 | 56 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 24 | 0.73 | 0 | 0.89 | 0.13 | 109.15 | 0.81 | 0.48 |
| Hex | 3C | DF | 18 | 49 | 0 | 59 | D | 6D | 51 | 30 |
| Octal | 74 | 337 | 30 | 111 | 0 | 131 | 15 | 155 | 121 | 60 |
| Binary | 111100 | 11011111 | 11000 | 1001001 | 0 | 1011001 | 1101 | 1101101 | 1010001 | 110000 |
Color Harmonies of #3CDF18
Complementary color
Monochromatic Colors of #3CDF18
Black with #3CDF18
Text Example
Text Example
White with #3CDF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF18; }
p { color: rgb(60,223,24); }
H1.HeaderClassName
{
color: #3CDF18;
}
.AnyTagClassName
{
color: #3CDF18;
}
</style>
background-color css
<style>
a { background-color: #3CDF18; }
a { background-color: rgb(60,223,24); }
div.DivClassName
{
background-color: #3CDF18;
}
.BgClassName
{
background-color: #3CDF18;
}
</style>
border-color css
<style>
span { border-color: #3CDF18; }
span { border-color: rgb(60,223,24); }
td.TdClassName
{
border-color: #3CDF18;
}
.TagClassName
{
border-color: #3CDF18;
}
</style>