Shades of Lime Green #3CDE58
Tints of Lime Green #3CDE58
RGB
CMYK
RGB Variations
Color information
#3CDE58 (or 0x3CDE58) is known color: Lime Green. HEX triplet: 3C, DE and 58. RGB value is (60,222,88). Sum of RGB (Red+Green+Blue) = 60+222+88=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDE58 is #C321A7. Grayscale: #9E9E9E. Windows color (decimal): -12788136 or 5824060. OLE color: 5824060.
HSL color Cylindrical-coordinate representation of color #3CDE58: hue angle of 130.37º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDE58 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 88 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.13 |
| HSL | 130.37º | 0.71% | 0.55% | - |
| HSV(B) | 130.37º | 0.73% | 0.87% | - |
| XYZ | 29.75 | 53.91 | 18.07 | - |
| YUV | 158.29 | 88.33 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 88 | 0.73 | 0 | 0.60 | 0.13 | 130.37 | 0.71 | 0.55 |
| Hex | 3C | DE | 58 | 49 | 0 | 3C | D | 82 | 47 | 37 |
| Octal | 74 | 336 | 130 | 111 | 0 | 74 | 15 | 202 | 107 | 67 |
| Binary | 111100 | 11011110 | 1011000 | 1001001 | 0 | 111100 | 1101 | 10000010 | 1000111 | 110111 |
Color Harmonies of #3CDE58
Complementary color
Monochromatic Colors of #3CDE58
Black with #3CDE58
Text Example
Text Example
White with #3CDE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE58; }
p { color: rgb(60,222,88); }
H1.HeaderClassName
{
color: #3CDE58;
}
.AnyTagClassName
{
color: #3CDE58;
}
</style>
background-color css
<style>
a { background-color: #3CDE58; }
a { background-color: rgb(60,222,88); }
div.DivClassName
{
background-color: #3CDE58;
}
.BgClassName
{
background-color: #3CDE58;
}
</style>
border-color css
<style>
span { border-color: #3CDE58; }
span { border-color: rgb(60,222,88); }
td.TdClassName
{
border-color: #3CDE58;
}
.TagClassName
{
border-color: #3CDE58;
}
</style>