Shades of Lime Green #3CDA4B
Tints of Lime Green #3CDA4B
RGB
CMYK
RGB Variations
Color information
#3CDA4B (or 0x3CDA4B) is known color: Lime Green. HEX triplet: 3C, DA and 4B. RGB value is (60,218,75). Sum of RGB (Red+Green+Blue) = 60+218+75=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA4B is #C325B4. Grayscale: #9A9A9A. Windows color (decimal): -12789173 or 4971068. OLE color: 4971068.
HSL color Cylindrical-coordinate representation of color #3CDA4B: hue angle of 125.7º 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 #3CDA4B is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 75 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.15 |
| HSL | 125.7º | 0.68% | 0.55% | - |
| HSV(B) | 125.7º | 0.72% | 0.85% | - |
| XYZ | 28.2 | 51.61 | 15.13 | - |
| YUV | 154.46 | 83.15 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 75 | 0.72 | 0 | 0.66 | 0.15 | 125.7 | 0.68 | 0.55 |
| Hex | 3C | DA | 4B | 48 | 0 | 42 | F | 7E | 44 | 37 |
| Octal | 74 | 332 | 113 | 110 | 0 | 102 | 17 | 176 | 104 | 67 |
| Binary | 111100 | 11011010 | 1001011 | 1001000 | 0 | 1000010 | 1111 | 1111110 | 1000100 | 110111 |
Color Harmonies of #3CDA4B
Complementary color
Monochromatic Colors of #3CDA4B
Black with #3CDA4B
Text Example
Text Example
White with #3CDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA4B; }
p { color: rgb(60,218,75); }
H1.HeaderClassName
{
color: #3CDA4B;
}
.AnyTagClassName
{
color: #3CDA4B;
}
</style>
background-color css
<style>
a { background-color: #3CDA4B; }
a { background-color: rgb(60,218,75); }
div.DivClassName
{
background-color: #3CDA4B;
}
.BgClassName
{
background-color: #3CDA4B;
}
</style>
border-color css
<style>
span { border-color: #3CDA4B; }
span { border-color: rgb(60,218,75); }
td.TdClassName
{
border-color: #3CDA4B;
}
.TagClassName
{
border-color: #3CDA4B;
}
</style>