Shades of Lime Green #3FB331
Tints of Lime Green #3FB331
RGB
CMYK
RGB Variations
Color information
#3FB331 (or 0x3FB331) is known color: Lime Green. HEX triplet: 3F, B3 and 31. RGB value is (63,179,49). Sum of RGB (Red+Green+Blue) = 63+179+49=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #3FB331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB331 is #C04CCE. Grayscale: #818181. Windows color (decimal): -12602575 or 3257151. OLE color: 3257151.
HSL color Cylindrical-coordinate representation of color #3FB331: hue angle of 113.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FB331 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 179 | 49 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.30 |
| HSL | 113.54º | 0.57% | 0.45% | - |
| HSV(B) | 113.54º | 0.73% | 0.7% | - |
| XYZ | 18.72 | 33.52 | 8.39 | - |
| YUV | 129.5 | 82.57 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 49 | 0.65 | 0 | 0.73 | 0.30 | 113.54 | 0.57 | 0.45 |
| Hex | 3F | B3 | 31 | 41 | 0 | 49 | 1E | 72 | 39 | 2D |
| Octal | 77 | 263 | 61 | 101 | 0 | 111 | 36 | 162 | 71 | 55 |
| Binary | 111111 | 10110011 | 110001 | 1000001 | 0 | 1001001 | 11110 | 1110010 | 111001 | 101101 |
Color Harmonies of #3FB331
Complementary color
Monochromatic Colors of #3FB331
Black with #3FB331
Text Example
Text Example
White with #3FB331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB331; }
p { color: rgb(63,179,49); }
H1.HeaderClassName
{
color: #3FB331;
}
.AnyTagClassName
{
color: #3FB331;
}
</style>
background-color css
<style>
a { background-color: #3FB331; }
a { background-color: rgb(63,179,49); }
div.DivClassName
{
background-color: #3FB331;
}
.BgClassName
{
background-color: #3FB331;
}
</style>
border-color css
<style>
span { border-color: #3FB331; }
span { border-color: rgb(63,179,49); }
td.TdClassName
{
border-color: #3FB331;
}
.TagClassName
{
border-color: #3FB331;
}
</style>