Shades of Lime Green #3CD145
Tints of Lime Green #3CD145
RGB
CMYK
RGB Variations
Color information
#3CD145 (or 0x3CD145) is known color: Lime Green. HEX triplet: 3C, D1 and 45. RGB value is (60,209,69). Sum of RGB (Red+Green+Blue) = 60+209+69=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD145 is #C32EBA. Grayscale: #949494. Windows color (decimal): -12791483 or 4575548. OLE color: 4575548.
HSL color Cylindrical-coordinate representation of color #3CD145: hue angle of 123.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD145 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 209 | 69 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.18 |
| HSL | 123.62º | 0.62% | 0.53% | - |
| HSV(B) | 123.62º | 0.71% | 0.82% | - |
| XYZ | 25.74 | 46.99 | 13.34 | - |
| YUV | 148.49 | 83.14 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 209 | 69 | 0.71 | 0 | 0.67 | 0.18 | 123.62 | 0.62 | 0.53 |
| Hex | 3C | D1 | 45 | 47 | 0 | 43 | 12 | 7C | 3E | 35 |
| Octal | 74 | 321 | 105 | 107 | 0 | 103 | 22 | 174 | 76 | 65 |
| Binary | 111100 | 11010001 | 1000101 | 1000111 | 0 | 1000011 | 10010 | 1111100 | 111110 | 110101 |
Color Harmonies of #3CD145
Complementary color
Monochromatic Colors of #3CD145
Black with #3CD145
Text Example
Text Example
White with #3CD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD145; }
p { color: rgb(60,209,69); }
H1.HeaderClassName
{
color: #3CD145;
}
.AnyTagClassName
{
color: #3CD145;
}
</style>
background-color css
<style>
a { background-color: #3CD145; }
a { background-color: rgb(60,209,69); }
div.DivClassName
{
background-color: #3CD145;
}
.BgClassName
{
background-color: #3CD145;
}
</style>
border-color css
<style>
span { border-color: #3CD145; }
span { border-color: rgb(60,209,69); }
td.TdClassName
{
border-color: #3CD145;
}
.TagClassName
{
border-color: #3CD145;
}
</style>