Shades of Lime Green #3FC838
Tints of Lime Green #3FC838
RGB
CMYK
RGB Variations
Color information
#3FC838 (or 0x3FC838) is known color: Lime Green. HEX triplet: 3F, C8 and 38. RGB value is (63,200,56). Sum of RGB (Red+Green+Blue) = 63+200+56=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC838 is #C037C7. Grayscale: #8F8F8F. Windows color (decimal): -12597192 or 3721279. OLE color: 3721279.
HSL color Cylindrical-coordinate representation of color #3FC838: hue angle of 117.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC838 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 200 | 56 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.22 |
| HSL | 117.08º | 0.57% | 0.5% | - |
| HSV(B) | 117.08º | 0.72% | 0.78% | - |
| XYZ | 23.42 | 42.65 | 10.74 | - |
| YUV | 142.62 | 79.11 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 200 | 56 | 0.68 | 0 | 0.72 | 0.22 | 117.08 | 0.57 | 0.5 |
| Hex | 3F | C8 | 38 | 44 | 0 | 48 | 16 | 75 | 39 | 32 |
| Octal | 77 | 310 | 70 | 104 | 0 | 110 | 26 | 165 | 71 | 62 |
| Binary | 111111 | 11001000 | 111000 | 1000100 | 0 | 1001000 | 10110 | 1110101 | 111001 | 110010 |
Color Harmonies of #3FC838
Complementary color
Monochromatic Colors of #3FC838
Black with #3FC838
Text Example
Text Example
White with #3FC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC838; }
p { color: rgb(63,200,56); }
H1.HeaderClassName
{
color: #3FC838;
}
.AnyTagClassName
{
color: #3FC838;
}
</style>
background-color css
<style>
a { background-color: #3FC838; }
a { background-color: rgb(63,200,56); }
div.DivClassName
{
background-color: #3FC838;
}
.BgClassName
{
background-color: #3FC838;
}
</style>
border-color css
<style>
span { border-color: #3FC838; }
span { border-color: rgb(63,200,56); }
td.TdClassName
{
border-color: #3FC838;
}
.TagClassName
{
border-color: #3FC838;
}
</style>