Shades of Lime Green #3CDA45
Tints of Lime Green #3CDA45
RGB
CMYK
RGB Variations
Color information
#3CDA45 (or 0x3CDA45) is known color: Lime Green. HEX triplet: 3C, DA and 45. RGB value is (60,218,69). Sum of RGB (Red+Green+Blue) = 60+218+69=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA45 is #C325BA. Grayscale: #9A9A9A. Windows color (decimal): -12789179 or 4577852. OLE color: 4577852.
HSL color Cylindrical-coordinate representation of color #3CDA45: hue angle of 123.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA45 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 69 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.15 |
| HSL | 123.42º | 0.68% | 0.55% | - |
| HSV(B) | 123.42º | 0.72% | 0.85% | - |
| XYZ | 28.01 | 51.53 | 14.1 | - |
| YUV | 153.77 | 80.15 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 69 | 0.72 | 0 | 0.68 | 0.15 | 123.42 | 0.68 | 0.55 |
| Hex | 3C | DA | 45 | 48 | 0 | 44 | F | 7B | 44 | 37 |
| Octal | 74 | 332 | 105 | 110 | 0 | 104 | 17 | 173 | 104 | 67 |
| Binary | 111100 | 11011010 | 1000101 | 1001000 | 0 | 1000100 | 1111 | 1111011 | 1000100 | 110111 |
Color Harmonies of #3CDA45
Complementary color
Monochromatic Colors of #3CDA45
Black with #3CDA45
Text Example
Text Example
White with #3CDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA45; }
p { color: rgb(60,218,69); }
H1.HeaderClassName
{
color: #3CDA45;
}
.AnyTagClassName
{
color: #3CDA45;
}
</style>
background-color css
<style>
a { background-color: #3CDA45; }
a { background-color: rgb(60,218,69); }
div.DivClassName
{
background-color: #3CDA45;
}
.BgClassName
{
background-color: #3CDA45;
}
</style>
border-color css
<style>
span { border-color: #3CDA45; }
span { border-color: rgb(60,218,69); }
td.TdClassName
{
border-color: #3CDA45;
}
.TagClassName
{
border-color: #3CDA45;
}
</style>