Shades of Lime Green #3CE72C
Tints of Lime Green #3CE72C
RGB
CMYK
RGB Variations
Color information
#3CE72C (or 0x3CE72C) is known color: Lime Green. HEX triplet: 3C, E7 and 2C. RGB value is (60,231,44). Sum of RGB (Red+Green+Blue) = 60+231+44=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 231 (90.62% from 255 or 68.96% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE72C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE72C is #C318D3. Grayscale: #9F9F9F. Windows color (decimal): -12785876 or 2942780. OLE color: 2942780.
HSL color Cylindrical-coordinate representation of color #3CE72C: hue angle of 114.87º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CE72C is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 44 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.09 |
| HSL | 114.87º | 0.8% | 0.54% | - |
| HSV(B) | 114.87º | 0.81% | 0.91% | - |
| XYZ | 30.89 | 58.29 | 12.01 | - |
| YUV | 158.55 | 63.35 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 44 | 0.74 | 0 | 0.81 | 0.09 | 114.87 | 0.8 | 0.54 |
| Hex | 3C | E7 | 2C | 4A | 0 | 51 | 9 | 73 | 50 | 36 |
| Octal | 74 | 347 | 54 | 112 | 0 | 121 | 11 | 163 | 120 | 66 |
| Binary | 111100 | 11100111 | 101100 | 1001010 | 0 | 1010001 | 1001 | 1110011 | 1010000 | 110110 |
Color Harmonies of #3CE72C
Complementary color
Monochromatic Colors of #3CE72C
Black with #3CE72C
Text Example
Text Example
White with #3CE72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE72C; }
p { color: rgb(60,231,44); }
H1.HeaderClassName
{
color: #3CE72C;
}
.AnyTagClassName
{
color: #3CE72C;
}
</style>
background-color css
<style>
a { background-color: #3CE72C; }
a { background-color: rgb(60,231,44); }
div.DivClassName
{
background-color: #3CE72C;
}
.BgClassName
{
background-color: #3CE72C;
}
</style>
border-color css
<style>
span { border-color: #3CE72C; }
span { border-color: rgb(60,231,44); }
td.TdClassName
{
border-color: #3CE72C;
}
.TagClassName
{
border-color: #3CE72C;
}
</style>