Shades of Lime Green #3CD136
Tints of Lime Green #3CD136
RGB
CMYK
RGB Variations
Color information
#3CD136 (or 0x3CD136) is known color: Lime Green. HEX triplet: 3C, D1 and 36. RGB value is (60,209,54). Sum of RGB (Red+Green+Blue) = 60+209+54=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD136 is #C32EC9. Grayscale: #939393. Windows color (decimal): -12791498 or 3592508. OLE color: 3592508.
HSL color Cylindrical-coordinate representation of color #3CD136: hue angle of 117.68º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CD136 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 209 | 54 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.18 |
| HSL | 117.68º | 0.63% | 0.52% | - |
| HSV(B) | 117.68º | 0.74% | 0.82% | - |
| XYZ | 25.33 | 46.83 | 11.19 | - |
| YUV | 146.78 | 75.64 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 209 | 54 | 0.71 | 0 | 0.74 | 0.18 | 117.68 | 0.63 | 0.52 |
| Hex | 3C | D1 | 36 | 47 | 0 | 4A | 12 | 76 | 3F | 34 |
| Octal | 74 | 321 | 66 | 107 | 0 | 112 | 22 | 166 | 77 | 64 |
| Binary | 111100 | 11010001 | 110110 | 1000111 | 0 | 1001010 | 10010 | 1110110 | 111111 | 110100 |
Color Harmonies of #3CD136
Complementary color
Monochromatic Colors of #3CD136
Black with #3CD136
Text Example
Text Example
White with #3CD136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD136; }
p { color: rgb(60,209,54); }
H1.HeaderClassName
{
color: #3CD136;
}
.AnyTagClassName
{
color: #3CD136;
}
</style>
background-color css
<style>
a { background-color: #3CD136; }
a { background-color: rgb(60,209,54); }
div.DivClassName
{
background-color: #3CD136;
}
.BgClassName
{
background-color: #3CD136;
}
</style>
border-color css
<style>
span { border-color: #3CD136; }
span { border-color: rgb(60,209,54); }
td.TdClassName
{
border-color: #3CD136;
}
.TagClassName
{
border-color: #3CD136;
}
</style>