Shades of Lime Green #3CE737
Tints of Lime Green #3CE737
RGB
CMYK
RGB Variations
Color information
#3CE737 (or 0x3CE737) is known color: Lime Green. HEX triplet: 3C, E7 and 37. RGB value is (60,231,55). Sum of RGB (Red+Green+Blue) = 60+231+55=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 231 (90.62% from 255 or 66.76% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE737 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE737 is #C318C8. Grayscale: #A0A0A0. Windows color (decimal): -12785865 or 3663676. OLE color: 3663676.
HSL color Cylindrical-coordinate representation of color #3CE737: hue angle of 118.3º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE737 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 55 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.09 |
| HSL | 118.3º | 0.79% | 0.56% | - |
| HSV(B) | 118.3º | 0.76% | 0.91% | - |
| XYZ | 31.13 | 58.39 | 13.24 | - |
| YUV | 159.81 | 68.85 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 55 | 0.74 | 0 | 0.76 | 0.09 | 118.3 | 0.79 | 0.56 |
| Hex | 3C | E7 | 37 | 4A | 0 | 4C | 9 | 76 | 4F | 38 |
| Octal | 74 | 347 | 67 | 112 | 0 | 114 | 11 | 166 | 117 | 70 |
| Binary | 111100 | 11100111 | 110111 | 1001010 | 0 | 1001100 | 1001 | 1110110 | 1001111 | 111000 |
Color Harmonies of #3CE737
Complementary color
Monochromatic Colors of #3CE737
Black with #3CE737
Text Example
Text Example
White with #3CE737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE737; }
p { color: rgb(60,231,55); }
H1.HeaderClassName
{
color: #3CE737;
}
.AnyTagClassName
{
color: #3CE737;
}
</style>
background-color css
<style>
a { background-color: #3CE737; }
a { background-color: rgb(60,231,55); }
div.DivClassName
{
background-color: #3CE737;
}
.BgClassName
{
background-color: #3CE737;
}
</style>
border-color css
<style>
span { border-color: #3CE737; }
span { border-color: rgb(60,231,55); }
td.TdClassName
{
border-color: #3CE737;
}
.TagClassName
{
border-color: #3CE737;
}
</style>