Shades of Lime Green #3CDA54
Tints of Lime Green #3CDA54
RGB
CMYK
RGB Variations
Color information
#3CDA54 (or 0x3CDA54) is known color: Lime Green. HEX triplet: 3C, DA and 54. RGB value is (60,218,84). Sum of RGB (Red+Green+Blue) = 60+218+84=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA54 is #C325AB. Grayscale: #9B9B9B. Windows color (decimal): -12789164 or 5560892. OLE color: 5560892.
HSL color Cylindrical-coordinate representation of color #3CDA54: hue angle of 129.11º 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 #3CDA54 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 84 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.15 |
| HSL | 129.11º | 0.68% | 0.55% | - |
| HSV(B) | 129.11º | 0.72% | 0.85% | - |
| XYZ | 28.54 | 51.74 | 16.87 | - |
| YUV | 155.48 | 87.65 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 84 | 0.72 | 0 | 0.61 | 0.15 | 129.11 | 0.68 | 0.55 |
| Hex | 3C | DA | 54 | 48 | 0 | 3D | F | 81 | 44 | 37 |
| Octal | 74 | 332 | 124 | 110 | 0 | 75 | 17 | 201 | 104 | 67 |
| Binary | 111100 | 11011010 | 1010100 | 1001000 | 0 | 111101 | 1111 | 10000001 | 1000100 | 110111 |
Color Harmonies of #3CDA54
Complementary color
Monochromatic Colors of #3CDA54
Black with #3CDA54
Text Example
Text Example
White with #3CDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA54; }
p { color: rgb(60,218,84); }
H1.HeaderClassName
{
color: #3CDA54;
}
.AnyTagClassName
{
color: #3CDA54;
}
</style>
background-color css
<style>
a { background-color: #3CDA54; }
a { background-color: rgb(60,218,84); }
div.DivClassName
{
background-color: #3CDA54;
}
.BgClassName
{
background-color: #3CDA54;
}
</style>
border-color css
<style>
span { border-color: #3CDA54; }
span { border-color: rgb(60,218,84); }
td.TdClassName
{
border-color: #3CDA54;
}
.TagClassName
{
border-color: #3CDA54;
}
</style>