Shades of Lime Green #3CFD42
Tints of Lime Green #3CFD42
RGB
CMYK
RGB Variations
Color information
#3CFD42 (or 0x3CFD42) is known color: Lime Green. HEX triplet: 3C, FD and 42. RGB value is (60,253,66). Sum of RGB (Red+Green+Blue) = 60+253+66=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 253 (99.22% from 255 or 66.75% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFD42 is #C302BD. Grayscale: #AEAEAE. Windows color (decimal): -12780222 or 4390204. OLE color: 4390204.
HSL color Cylindrical-coordinate representation of color #3CFD42: hue angle of 121.87º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFD42 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 66 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.01 |
| HSL | 121.87º | 0.98% | 0.61% | - |
| HSV(B) | 121.87º | 0.76% | 0.99% | - |
| XYZ | 37.97 | 71.6 | 16.97 | - |
| YUV | 173.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 66 | 0.76 | 0 | 0.74 | 0.01 | 121.87 | 0.98 | 0.61 |
| Hex | 3C | FD | 42 | 4C | 0 | 4A | 1 | 7A | 62 | 3D |
| Octal | 74 | 375 | 102 | 114 | 0 | 112 | 1 | 172 | 142 | 75 |
| Binary | 111100 | 11111101 | 1000010 | 1001100 | 0 | 1001010 | 1 | 1111010 | 1100010 | 111101 |
Color Harmonies of #3CFD42
Complementary color
Monochromatic Colors of #3CFD42
Black with #3CFD42
Text Example
Text Example
White with #3CFD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD42; }
p { color: rgb(60,253,66); }
H1.HeaderClassName
{
color: #3CFD42;
}
.AnyTagClassName
{
color: #3CFD42;
}
</style>
background-color css
<style>
a { background-color: #3CFD42; }
a { background-color: rgb(60,253,66); }
div.DivClassName
{
background-color: #3CFD42;
}
.BgClassName
{
background-color: #3CFD42;
}
</style>
border-color css
<style>
span { border-color: #3CFD42; }
span { border-color: rgb(60,253,66); }
td.TdClassName
{
border-color: #3CFD42;
}
.TagClassName
{
border-color: #3CFD42;
}
</style>