Shades of Lime Green #3FC733
Tints of Lime Green #3FC733
RGB
CMYK
RGB Variations
Color information
#3FC733 (or 0x3FC733) is known color: Lime Green. HEX triplet: 3F, C7 and 33. RGB value is (63,199,51). Sum of RGB (Red+Green+Blue) = 63+199+51=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC733 is #C038CC. Grayscale: #8D8D8D. Windows color (decimal): -12597453 or 3393343. OLE color: 3393343.
HSL color Cylindrical-coordinate representation of color #3FC733: hue angle of 115.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FC733 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 199 | 51 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.22 |
| HSL | 115.14º | 0.59% | 0.49% | - |
| HSV(B) | 115.14º | 0.74% | 0.78% | - |
| XYZ | 23.07 | 42.14 | 10.05 | - |
| YUV | 141.46 | 76.94 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 51 | 0.68 | 0 | 0.74 | 0.22 | 115.14 | 0.59 | 0.49 |
| Hex | 3F | C7 | 33 | 44 | 0 | 4A | 16 | 73 | 3B | 31 |
| Octal | 77 | 307 | 63 | 104 | 0 | 112 | 26 | 163 | 73 | 61 |
| Binary | 111111 | 11000111 | 110011 | 1000100 | 0 | 1001010 | 10110 | 1110011 | 111011 | 110001 |
Color Harmonies of #3FC733
Complementary color
Monochromatic Colors of #3FC733
Black with #3FC733
Text Example
Text Example
White with #3FC733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC733; }
p { color: rgb(63,199,51); }
H1.HeaderClassName
{
color: #3FC733;
}
.AnyTagClassName
{
color: #3FC733;
}
</style>
background-color css
<style>
a { background-color: #3FC733; }
a { background-color: rgb(63,199,51); }
div.DivClassName
{
background-color: #3FC733;
}
.BgClassName
{
background-color: #3FC733;
}
</style>
border-color css
<style>
span { border-color: #3FC733; }
span { border-color: rgb(63,199,51); }
td.TdClassName
{
border-color: #3FC733;
}
.TagClassName
{
border-color: #3FC733;
}
</style>