Shades of Lime Green #3CE759
Tints of Lime Green #3CE759
RGB
CMYK
RGB Variations
Color information
#3CE759 (or 0x3CE759) is known color: Lime Green. HEX triplet: 3C, E7 and 59. RGB value is (60,231,89). Sum of RGB (Red+Green+Blue) = 60+231+89=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 231 (90.62% from 255 or 60.79% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE759 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE759 is #C318A6. Grayscale: #A4A4A4. Windows color (decimal): -12785831 or 5891900. OLE color: 5891900.
HSL color Cylindrical-coordinate representation of color #3CE759: hue angle of 130.18º 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 #3CE759 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 89 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.09 |
| HSL | 130.18º | 0.78% | 0.57% | - |
| HSV(B) | 130.18º | 0.74% | 0.91% | - |
| XYZ | 32.24 | 58.83 | 19.11 | - |
| YUV | 163.68 | 85.85 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 89 | 0.74 | 0 | 0.61 | 0.09 | 130.18 | 0.78 | 0.57 |
| Hex | 3C | E7 | 59 | 4A | 0 | 3D | 9 | 82 | 4E | 39 |
| Octal | 74 | 347 | 131 | 112 | 0 | 75 | 11 | 202 | 116 | 71 |
| Binary | 111100 | 11100111 | 1011001 | 1001010 | 0 | 111101 | 1001 | 10000010 | 1001110 | 111001 |
Color Harmonies of #3CE759
Complementary color
Monochromatic Colors of #3CE759
Black with #3CE759
Text Example
Text Example
White with #3CE759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE759; }
p { color: rgb(60,231,89); }
H1.HeaderClassName
{
color: #3CE759;
}
.AnyTagClassName
{
color: #3CE759;
}
</style>
background-color css
<style>
a { background-color: #3CE759; }
a { background-color: rgb(60,231,89); }
div.DivClassName
{
background-color: #3CE759;
}
.BgClassName
{
background-color: #3CE759;
}
</style>
border-color css
<style>
span { border-color: #3CE759; }
span { border-color: rgb(60,231,89); }
td.TdClassName
{
border-color: #3CE759;
}
.TagClassName
{
border-color: #3CE759;
}
</style>