Shades of Lime Green #3CDE38
Tints of Lime Green #3CDE38
RGB
CMYK
RGB Variations
Color information
#3CDE38 (or 0x3CDE38) is known color: Lime Green. HEX triplet: 3C, DE and 38. RGB value is (60,222,56). Sum of RGB (Red+Green+Blue) = 60+222+56=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 222 (87.11% from 255 or 65.68% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDE38 is #C321C7. Grayscale: #9B9B9B. Windows color (decimal): -12788168 or 3726908. OLE color: 3726908.
HSL color Cylindrical-coordinate representation of color #3CDE38: hue angle of 118.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDE38 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 56 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.13 |
| HSL | 118.55º | 0.72% | 0.55% | - |
| HSV(B) | 118.55º | 0.75% | 0.87% | - |
| XYZ | 28.7 | 53.49 | 12.55 | - |
| YUV | 154.64 | 72.33 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 56 | 0.73 | 0 | 0.75 | 0.13 | 118.55 | 0.72 | 0.55 |
| Hex | 3C | DE | 38 | 49 | 0 | 4B | D | 77 | 48 | 37 |
| Octal | 74 | 336 | 70 | 111 | 0 | 113 | 15 | 167 | 110 | 67 |
| Binary | 111100 | 11011110 | 111000 | 1001001 | 0 | 1001011 | 1101 | 1110111 | 1001000 | 110111 |
Color Harmonies of #3CDE38
Complementary color
Monochromatic Colors of #3CDE38
Black with #3CDE38
Text Example
Text Example
White with #3CDE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE38; }
p { color: rgb(60,222,56); }
H1.HeaderClassName
{
color: #3CDE38;
}
.AnyTagClassName
{
color: #3CDE38;
}
</style>
background-color css
<style>
a { background-color: #3CDE38; }
a { background-color: rgb(60,222,56); }
div.DivClassName
{
background-color: #3CDE38;
}
.BgClassName
{
background-color: #3CDE38;
}
</style>
border-color css
<style>
span { border-color: #3CDE38; }
span { border-color: rgb(60,222,56); }
td.TdClassName
{
border-color: #3CDE38;
}
.TagClassName
{
border-color: #3CDE38;
}
</style>