Shades of Lime Green #3CFF42
Tints of Lime Green #3CFF42
RGB
CMYK
RGB Variations
Color information
#3CFF42 (or 0x3CFF42) is known color: Lime Green. HEX triplet: 3C, FF and 42. RGB value is (60,255,66). Sum of RGB (Red+Green+Blue) = 60+255+66=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF42 is #C300BD. Grayscale: #AFAFAF. Windows color (decimal): -12779710 or 4390716. OLE color: 4390716.
HSL color Cylindrical-coordinate representation of color #3CFF42: hue angle of 121.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF42 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 66 | - |
| CMYK | 0.76 | 0 | 0.74 | 0 |
| HSL | 121.85º | 1% | 0.62% | - |
| HSV(B) | 121.85º | 0.76% | 1% | - |
| XYZ | 38.61 | 72.87 | 17.19 | - |
| YUV | 175.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 66 | 0.76 | 0 | 0.74 | 0 | 121.85 | 1 | 0.62 |
| Hex | 3C | FF | 42 | 4C | 0 | 4A | 0 | 7A | 64 | 3E |
| Octal | 74 | 377 | 102 | 114 | 0 | 112 | 0 | 172 | 144 | 76 |
| Binary | 111100 | 11111111 | 1000010 | 1001100 | 0 | 1001010 | 0 | 1111010 | 1100100 | 111110 |
Color Harmonies of #3CFF42
Complementary color
Monochromatic Colors of #3CFF42
Black with #3CFF42
Text Example
Text Example
White with #3CFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF42; }
p { color: rgb(60,255,66); }
H1.HeaderClassName
{
color: #3CFF42;
}
.AnyTagClassName
{
color: #3CFF42;
}
</style>
background-color css
<style>
a { background-color: #3CFF42; }
a { background-color: rgb(60,255,66); }
div.DivClassName
{
background-color: #3CFF42;
}
.BgClassName
{
background-color: #3CFF42;
}
</style>
border-color css
<style>
span { border-color: #3CFF42; }
span { border-color: rgb(60,255,66); }
td.TdClassName
{
border-color: #3CFF42;
}
.TagClassName
{
border-color: #3CFF42;
}
</style>