Shades of Lime Green #3CDA36
Tints of Lime Green #3CDA36
RGB
CMYK
RGB Variations
Color information
#3CDA36 (or 0x3CDA36) is known color: Lime Green. HEX triplet: 3C, DA and 36. RGB value is (60,218,54). Sum of RGB (Red+Green+Blue) = 60+218+54=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 218 (85.55% from 255 or 65.66% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA36 is #C325C9. Grayscale: #989898. Windows color (decimal): -12789194 or 3594812. OLE color: 3594812.
HSL color Cylindrical-coordinate representation of color #3CDA36: hue angle of 117.8º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDA36 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 54 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.15 |
| HSL | 117.8º | 0.69% | 0.53% | - |
| HSV(B) | 117.8º | 0.75% | 0.85% | - |
| XYZ | 27.6 | 51.37 | 11.95 | - |
| YUV | 152.06 | 72.65 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 54 | 0.72 | 0 | 0.75 | 0.15 | 117.8 | 0.69 | 0.53 |
| Hex | 3C | DA | 36 | 48 | 0 | 4B | F | 76 | 45 | 35 |
| Octal | 74 | 332 | 66 | 110 | 0 | 113 | 17 | 166 | 105 | 65 |
| Binary | 111100 | 11011010 | 110110 | 1001000 | 0 | 1001011 | 1111 | 1110110 | 1000101 | 110101 |
Color Harmonies of #3CDA36
Complementary color
Monochromatic Colors of #3CDA36
Black with #3CDA36
Text Example
Text Example
White with #3CDA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA36; }
p { color: rgb(60,218,54); }
H1.HeaderClassName
{
color: #3CDA36;
}
.AnyTagClassName
{
color: #3CDA36;
}
</style>
background-color css
<style>
a { background-color: #3CDA36; }
a { background-color: rgb(60,218,54); }
div.DivClassName
{
background-color: #3CDA36;
}
.BgClassName
{
background-color: #3CDA36;
}
</style>
border-color css
<style>
span { border-color: #3CDA36; }
span { border-color: rgb(60,218,54); }
td.TdClassName
{
border-color: #3CDA36;
}
.TagClassName
{
border-color: #3CDA36;
}
</style>