Shades of Lime Green #3CE03F
Tints of Lime Green #3CE03F
RGB
CMYK
RGB Variations
Color information
#3CE03F (or 0x3CE03F) is known color: Lime Green. HEX triplet: 3C, E0 and 3F. RGB value is (60,224,63). Sum of RGB (Red+Green+Blue) = 60+224+63=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE03F is #C31FC0. Grayscale: #9D9D9D. Windows color (decimal): -12787649 or 4186172. OLE color: 4186172.
HSL color Cylindrical-coordinate representation of color #3CE03F: hue angle of 121.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE03F is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 63 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.12 |
| HSL | 121.1º | 0.73% | 0.56% | - |
| HSV(B) | 121.1º | 0.73% | 0.88% | - |
| XYZ | 29.42 | 54.63 | 13.7 | - |
| YUV | 156.61 | 75.17 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 63 | 0.73 | 0 | 0.72 | 0.12 | 121.1 | 0.73 | 0.56 |
| Hex | 3C | E0 | 3F | 49 | 0 | 48 | C | 79 | 49 | 38 |
| Octal | 74 | 340 | 77 | 111 | 0 | 110 | 14 | 171 | 111 | 70 |
| Binary | 111100 | 11100000 | 111111 | 1001001 | 0 | 1001000 | 1100 | 1111001 | 1001001 | 111000 |
Color Harmonies of #3CE03F
Complementary color
Monochromatic Colors of #3CE03F
Black with #3CE03F
Text Example
Text Example
White with #3CE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE03F; }
p { color: rgb(60,224,63); }
H1.HeaderClassName
{
color: #3CE03F;
}
.AnyTagClassName
{
color: #3CE03F;
}
</style>
background-color css
<style>
a { background-color: #3CE03F; }
a { background-color: rgb(60,224,63); }
div.DivClassName
{
background-color: #3CE03F;
}
.BgClassName
{
background-color: #3CE03F;
}
</style>
border-color css
<style>
span { border-color: #3CE03F; }
span { border-color: rgb(60,224,63); }
td.TdClassName
{
border-color: #3CE03F;
}
.TagClassName
{
border-color: #3CE03F;
}
</style>