Shades of Lime Green #3CFF43
Tints of Lime Green #3CFF43
RGB
CMYK
RGB Variations
Color information
#3CFF43 (or 0x3CFF43) is known color: Lime Green. HEX triplet: 3C, FF and 43. RGB value is (60,255,67). Sum of RGB (Red+Green+Blue) = 60+255+67=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF43 is #C300BC. Grayscale: #AFAFAF. Windows color (decimal): -12779709 or 4456252. OLE color: 4456252.
HSL color Cylindrical-coordinate representation of color #3CFF43: hue angle of 122.15º 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 #3CFF43 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 67 | - |
| CMYK | 0.76 | 0 | 0.74 | 0 |
| HSL | 122.15º | 1% | 0.62% | - |
| HSV(B) | 122.15º | 0.76% | 1% | - |
| XYZ | 38.64 | 72.89 | 17.34 | - |
| YUV | 175.26 | 66.9 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 67 | 0.76 | 0 | 0.74 | 0 | 122.15 | 1 | 0.62 |
| Hex | 3C | FF | 43 | 4C | 0 | 4A | 0 | 7A | 64 | 3E |
| Octal | 74 | 377 | 103 | 114 | 0 | 112 | 0 | 172 | 144 | 76 |
| Binary | 111100 | 11111111 | 1000011 | 1001100 | 0 | 1001010 | 0 | 1111010 | 1100100 | 111110 |
Color Harmonies of #3CFF43
Complementary color
Monochromatic Colors of #3CFF43
Black with #3CFF43
Text Example
Text Example
White with #3CFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF43; }
p { color: rgb(60,255,67); }
H1.HeaderClassName
{
color: #3CFF43;
}
.AnyTagClassName
{
color: #3CFF43;
}
</style>
background-color css
<style>
a { background-color: #3CFF43; }
a { background-color: rgb(60,255,67); }
div.DivClassName
{
background-color: #3CFF43;
}
.BgClassName
{
background-color: #3CFF43;
}
</style>
border-color css
<style>
span { border-color: #3CFF43; }
span { border-color: rgb(60,255,67); }
td.TdClassName
{
border-color: #3CFF43;
}
.TagClassName
{
border-color: #3CFF43;
}
</style>