Shades of Lime Green #3CE758
Tints of Lime Green #3CE758
RGB
CMYK
RGB Variations
Color information
#3CE758 (or 0x3CE758) is known color: Lime Green. HEX triplet: 3C, E7 and 58. RGB value is (60,231,88). Sum of RGB (Red+Green+Blue) = 60+231+88=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE758 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE758 is #C318A7. Grayscale: #A3A3A3. Windows color (decimal): -12785832 or 5826364. OLE color: 5826364.
HSL color Cylindrical-coordinate representation of color #3CE758: hue angle of 129.82º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE758 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 88 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.09 |
| HSL | 129.82º | 0.78% | 0.57% | - |
| HSV(B) | 129.82º | 0.74% | 0.91% | - |
| XYZ | 32.2 | 58.82 | 18.89 | - |
| YUV | 163.57 | 85.35 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 88 | 0.74 | 0 | 0.62 | 0.09 | 129.82 | 0.78 | 0.57 |
| Hex | 3C | E7 | 58 | 4A | 0 | 3E | 9 | 82 | 4E | 39 |
| Octal | 74 | 347 | 130 | 112 | 0 | 76 | 11 | 202 | 116 | 71 |
| Binary | 111100 | 11100111 | 1011000 | 1001010 | 0 | 111110 | 1001 | 10000010 | 1001110 | 111001 |
Color Harmonies of #3CE758
Complementary color
Monochromatic Colors of #3CE758
Black with #3CE758
Text Example
Text Example
White with #3CE758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE758; }
p { color: rgb(60,231,88); }
H1.HeaderClassName
{
color: #3CE758;
}
.AnyTagClassName
{
color: #3CE758;
}
</style>
background-color css
<style>
a { background-color: #3CE758; }
a { background-color: rgb(60,231,88); }
div.DivClassName
{
background-color: #3CE758;
}
.BgClassName
{
background-color: #3CE758;
}
</style>
border-color css
<style>
span { border-color: #3CE758; }
span { border-color: rgb(60,231,88); }
td.TdClassName
{
border-color: #3CE758;
}
.TagClassName
{
border-color: #3CE758;
}
</style>