Shades of Lime Green #3FB033
Tints of Lime Green #3FB033
RGB
CMYK
RGB Variations
Color information
#3FB033 (or 0x3FB033) is known color: Lime Green. HEX triplet: 3F, B0 and 33. RGB value is (63,176,51). Sum of RGB (Red+Green+Blue) = 63+176+51=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 176 (69.14% from 255 or 60.69% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB033 is #C04FCC. Grayscale: #808080. Windows color (decimal): -12603341 or 3387455. OLE color: 3387455.
HSL color Cylindrical-coordinate representation of color #3FB033: hue angle of 114.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FB033 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 51 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.31 |
| HSL | 114.24º | 0.55% | 0.45% | - |
| HSV(B) | 114.24º | 0.71% | 0.69% | - |
| XYZ | 18.17 | 32.35 | 8.42 | - |
| YUV | 127.96 | 84.56 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 51 | 0.64 | 0 | 0.71 | 0.31 | 114.24 | 0.55 | 0.45 |
| Hex | 3F | B0 | 33 | 40 | 0 | 47 | 1F | 72 | 37 | 2D |
| Octal | 77 | 260 | 63 | 100 | 0 | 107 | 37 | 162 | 67 | 55 |
| Binary | 111111 | 10110000 | 110011 | 1000000 | 0 | 1000111 | 11111 | 1110010 | 110111 | 101101 |
Color Harmonies of #3FB033
Complementary color
Monochromatic Colors of #3FB033
Black with #3FB033
Text Example
Text Example
White with #3FB033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB033; }
p { color: rgb(63,176,51); }
H1.HeaderClassName
{
color: #3FB033;
}
.AnyTagClassName
{
color: #3FB033;
}
</style>
background-color css
<style>
a { background-color: #3FB033; }
a { background-color: rgb(63,176,51); }
div.DivClassName
{
background-color: #3FB033;
}
.BgClassName
{
background-color: #3FB033;
}
</style>
border-color css
<style>
span { border-color: #3FB033; }
span { border-color: rgb(63,176,51); }
td.TdClassName
{
border-color: #3FB033;
}
.TagClassName
{
border-color: #3FB033;
}
</style>