Shades of Lime Green #3CE736
Tints of Lime Green #3CE736
RGB
CMYK
RGB Variations
Color information
#3CE736 (or 0x3CE736) is known color: Lime Green. HEX triplet: 3C, E7 and 36. RGB value is (60,231,54). Sum of RGB (Red+Green+Blue) = 60+231+54=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 231 (90.62% from 255 or 66.96% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE736 is #C318C9. Grayscale: #A0A0A0. Windows color (decimal): -12785866 or 3598140. OLE color: 3598140.
HSL color Cylindrical-coordinate representation of color #3CE736: hue angle of 117.97º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CE736 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 54 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.09 |
| HSL | 117.97º | 0.79% | 0.56% | - |
| HSV(B) | 117.97º | 0.77% | 0.91% | - |
| XYZ | 31.11 | 58.38 | 13.12 | - |
| YUV | 159.69 | 68.35 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 54 | 0.74 | 0 | 0.77 | 0.09 | 117.97 | 0.79 | 0.56 |
| Hex | 3C | E7 | 36 | 4A | 0 | 4D | 9 | 76 | 4F | 38 |
| Octal | 74 | 347 | 66 | 112 | 0 | 115 | 11 | 166 | 117 | 70 |
| Binary | 111100 | 11100111 | 110110 | 1001010 | 0 | 1001101 | 1001 | 1110110 | 1001111 | 111000 |
Color Harmonies of #3CE736
Complementary color
Monochromatic Colors of #3CE736
Black with #3CE736
Text Example
Text Example
White with #3CE736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE736; }
p { color: rgb(60,231,54); }
H1.HeaderClassName
{
color: #3CE736;
}
.AnyTagClassName
{
color: #3CE736;
}
</style>
background-color css
<style>
a { background-color: #3CE736; }
a { background-color: rgb(60,231,54); }
div.DivClassName
{
background-color: #3CE736;
}
.BgClassName
{
background-color: #3CE736;
}
</style>
border-color css
<style>
span { border-color: #3CE736; }
span { border-color: rgb(60,231,54); }
td.TdClassName
{
border-color: #3CE736;
}
.TagClassName
{
border-color: #3CE736;
}
</style>