Shades of Lime Green #3CDA1E
Tints of Lime Green #3CDA1E
RGB
CMYK
RGB Variations
Color information
#3CDA1E (or 0x3CDA1E) is known color: Lime Green. HEX triplet: 3C, DA and 1E. RGB value is (60,218,30). Sum of RGB (Red+Green+Blue) = 60+218+30=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA1E is #C325E1. Grayscale: #959595. Windows color (decimal): -12789218 or 2021948. OLE color: 2021948.
HSL color Cylindrical-coordinate representation of color #3CDA1E: hue angle of 110.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CDA1E is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 30 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.15 |
| HSL | 110.43º | 0.76% | 0.49% | - |
| HSV(B) | 110.43º | 0.86% | 0.85% | - |
| XYZ | 27.17 | 51.2 | 9.68 | - |
| YUV | 149.33 | 60.65 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 30 | 0.72 | 0 | 0.86 | 0.15 | 110.43 | 0.76 | 0.49 |
| Hex | 3C | DA | 1E | 48 | 0 | 56 | F | 6E | 4C | 31 |
| Octal | 74 | 332 | 36 | 110 | 0 | 126 | 17 | 156 | 114 | 61 |
| Binary | 111100 | 11011010 | 11110 | 1001000 | 0 | 1010110 | 1111 | 1101110 | 1001100 | 110001 |
Color Harmonies of #3CDA1E
Complementary color
Monochromatic Colors of #3CDA1E
Black with #3CDA1E
Text Example
Text Example
White with #3CDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA1E; }
p { color: rgb(60,218,30); }
H1.HeaderClassName
{
color: #3CDA1E;
}
.AnyTagClassName
{
color: #3CDA1E;
}
</style>
background-color css
<style>
a { background-color: #3CDA1E; }
a { background-color: rgb(60,218,30); }
div.DivClassName
{
background-color: #3CDA1E;
}
.BgClassName
{
background-color: #3CDA1E;
}
</style>
border-color css
<style>
span { border-color: #3CDA1E; }
span { border-color: rgb(60,218,30); }
td.TdClassName
{
border-color: #3CDA1E;
}
.TagClassName
{
border-color: #3CDA1E;
}
</style>