Shades of Lime Green #3FCF42
Tints of Lime Green #3FCF42
RGB
CMYK
RGB Variations
Color information
#3FCF42 (or 0x3FCF42) is known color: Lime Green. HEX triplet: 3F, CF and 42. RGB value is (63,207,66). Sum of RGB (Red+Green+Blue) = 63+207+66=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCF42 is #C030BD. Grayscale: #949494. Windows color (decimal): -12595390 or 4378431. OLE color: 4378431.
HSL color Cylindrical-coordinate representation of color #3FCF42: hue angle of 121.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF42 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 66 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.19 |
| HSL | 121.25º | 0.6% | 0.53% | - |
| HSV(B) | 121.25º | 0.7% | 0.81% | - |
| XYZ | 25.35 | 46.08 | 12.71 | - |
| YUV | 147.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 66 | 0.70 | 0 | 0.68 | 0.19 | 121.25 | 0.6 | 0.53 |
| Hex | 3F | CF | 42 | 46 | 0 | 44 | 13 | 79 | 3C | 35 |
| Octal | 77 | 317 | 102 | 106 | 0 | 104 | 23 | 171 | 74 | 65 |
| Binary | 111111 | 11001111 | 1000010 | 1000110 | 0 | 1000100 | 10011 | 1111001 | 111100 | 110101 |
Color Harmonies of #3FCF42
Complementary color
Monochromatic Colors of #3FCF42
Black with #3FCF42
Text Example
Text Example
White with #3FCF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF42; }
p { color: rgb(63,207,66); }
H1.HeaderClassName
{
color: #3FCF42;
}
.AnyTagClassName
{
color: #3FCF42;
}
</style>
background-color css
<style>
a { background-color: #3FCF42; }
a { background-color: rgb(63,207,66); }
div.DivClassName
{
background-color: #3FCF42;
}
.BgClassName
{
background-color: #3FCF42;
}
</style>
border-color css
<style>
span { border-color: #3FCF42; }
span { border-color: rgb(63,207,66); }
td.TdClassName
{
border-color: #3FCF42;
}
.TagClassName
{
border-color: #3FCF42;
}
</style>