Shades of Lime Green #3CE236
Tints of Lime Green #3CE236
RGB
CMYK
RGB Variations
Color information
#3CE236 (or 0x3CE236) is known color: Lime Green. HEX triplet: 3C, E2 and 36. RGB value is (60,226,54). Sum of RGB (Red+Green+Blue) = 60+226+54=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 226 (88.67% from 255 or 66.47% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE236 is #C31DC9. Grayscale: #9D9D9D. Windows color (decimal): -12787146 or 3596860. OLE color: 3596860.
HSL color Cylindrical-coordinate representation of color #3CE236: hue angle of 117.91º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE236 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 54 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.11 |
| HSL | 117.91º | 0.75% | 0.55% | - |
| HSV(B) | 117.91º | 0.76% | 0.89% | - |
| XYZ | 29.73 | 55.62 | 12.66 | - |
| YUV | 156.76 | 70 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 54 | 0.73 | 0 | 0.76 | 0.11 | 117.91 | 0.75 | 0.55 |
| Hex | 3C | E2 | 36 | 49 | 0 | 4C | B | 76 | 4B | 37 |
| Octal | 74 | 342 | 66 | 111 | 0 | 114 | 13 | 166 | 113 | 67 |
| Binary | 111100 | 11100010 | 110110 | 1001001 | 0 | 1001100 | 1011 | 1110110 | 1001011 | 110111 |
Color Harmonies of #3CE236
Complementary color
Monochromatic Colors of #3CE236
Black with #3CE236
Text Example
Text Example
White with #3CE236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE236; }
p { color: rgb(60,226,54); }
H1.HeaderClassName
{
color: #3CE236;
}
.AnyTagClassName
{
color: #3CE236;
}
</style>
background-color css
<style>
a { background-color: #3CE236; }
a { background-color: rgb(60,226,54); }
div.DivClassName
{
background-color: #3CE236;
}
.BgClassName
{
background-color: #3CE236;
}
</style>
border-color css
<style>
span { border-color: #3CE236; }
span { border-color: rgb(60,226,54); }
td.TdClassName
{
border-color: #3CE236;
}
.TagClassName
{
border-color: #3CE236;
}
</style>